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

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dshared-lib-test.cc20 typedef void (fun_t)(int x); typedef
30 fun_t *inc = (fun_t*)dlsym(lib, "inc");
H A Dasan-symbolize-sanity-test.cc21 typedef void (fun_t)(int*, int); typedef
31 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2");
/external/compiler-rt/test/asan/TestCases/
H A Ddlclose-test.cc38 typedef int *(fun_t)(); typedef
49 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var");

Completed in 236 milliseconds