Home
last modified time | relevance | path

Searched refs:bar_func (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/tests/
Dzoo.cpp17 void (*bar_func)(); in Zoo() local
19 bar_func = reinterpret_cast<void (*)()>(dlsym(bar_lib, "Bar")); in Zoo()
20 if (!bar_func) { in Zoo()
24 printf("%s: Found 'Bar' symbol at @%p\n", __FUNCTION__, bar_func); in Zoo()
28 (*bar_func)(); in Zoo()
Dtest_load_library_depends.cpp32 FunctionPtr bar_func; in main() local
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) { in main()
39 (*bar_func)(); in main()
Dtest_two_shared_relros.cpp71 FunctionPtr bar_func; in main() local
73 bar.library, "Bar", reinterpret_cast<void**>(&bar_func))) in main()
77 (*bar_func)(); in main()