Searched refs:fun_t (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Dasan-symbolize-sanity-test.cc15 typedef void (fun_t)(int*, int); typedef
25 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2");
H A Dshared-lib-test.cc22 typedef void (fun_t)(int x); typedef
32 fun_t *inc = (fun_t*)dlsym(lib, "inc");
H A Ddlclose-test.cc41 typedef int *(fun_t)(); typedef
52 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var");

Completed in 167 milliseconds