Searched refs:fn_ptr (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/libs/
H A Ddlopen_testlib_ifunc.cpp56 typedef const char* (*fn_ptr)(); typedef
58 extern "C" fn_ptr is_ctor_called_ifun() {
62 extern "C" fn_ptr foo_ifunc() {
/bionic/libc/stdlib/
H A Datexit.c49 void (*fn_ptr)(void *); member in struct:atexit::atexit_fn
117 fnp->fn_ptr = func;
149 if (p->fns[n].fn_ptr == NULL)
160 p->fns[n].fn_ptr = NULL;
164 (*fn.fn_ptr)(fn.fn_arg);
/bionic/benchmarks/
H A Dutil.h31 static int __attribute__((unused)) EmplaceBenchmark(const std::string& fn_name, benchmark_func_t fn_ptr, const std::string& arg = "") { argument
33 g_str_to_func.emplace(std::string(fn_name), std::make_pair(fn_ptr, arg));
/bionic/tests/
H A Ddlfcn_test.cpp272 typedef const char* (*fn_ptr)(); typedef
282 fn_ptr foo_library_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo_library"));
296 foo_library_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo_library"));
306 typedef const char* (*fn_ptr)(); typedef
313 fn_ptr foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo"));
314 fn_ptr foo_library_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo_library"));
325 foo_ptr = reinterpret_cast<fn_ptr>(dlsy
335 typedef const char* (*fn_ptr)(); typedef
350 typedef const char* (*fn_ptr)(); typedef
[all...]

Completed in 113 milliseconds