Searched refs:foo_func (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/android/crazy_linker/tests/
H A Dtest_load_library.cpp31 FunctionPtr foo_func; local
33 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
38 (*foo_func)();
H A Dtest_constructors_destructors.cpp44 FunctionPtr foo_func; local
46 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
51 (*foo_func)();
H A Dtest_load_library_depends.cpp42 FunctionPtr foo_func; local
44 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
H A Dtest_load_library_callbacks.cpp75 FunctionPtr foo_func; local
77 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
82 (*foo_func)();
H A Dtest_relocated_shared_relro.cpp56 FunctionPtr foo_func; local
58 foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
62 (*foo_func)();
H A Dtest_shared_relro.cpp62 FunctionPtr foo_func; local
64 foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
68 (*foo_func)();

Completed in 293 milliseconds