Searched refs:foo_func (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/android/crazy_linker/tests/ |
D | test_load_library.cpp | 31 FunctionPtr foo_func; in main() local 33 library, "Foo", reinterpret_cast<void**>(&foo_func))) { in main() 38 (*foo_func)(); in main()
|
D | test_constructors_destructors.cpp | 44 FunctionPtr foo_func; in main() local 46 library, "Foo", reinterpret_cast<void**>(&foo_func))) { in main() 51 (*foo_func)(); in main()
|
D | test_shared_relro.cpp | 62 FunctionPtr foo_func; in main() local 64 foo.library, "Foo", reinterpret_cast<void**>(&foo_func))) in main() 68 (*foo_func)(); in main()
|
D | test_load_library_callbacks.cpp | 75 FunctionPtr foo_func; in main() local 77 library, "Foo", reinterpret_cast<void**>(&foo_func))) { in main() 82 (*foo_func)(); in main()
|
D | test_relocated_shared_relro.cpp | 56 FunctionPtr foo_func; in main() local 58 foo.library, "Foo", reinterpret_cast<void**>(&foo_func))) in main() 62 (*foo_func)(); in main()
|
D | test_load_library_depends.cpp | 42 FunctionPtr foo_func; in main() local 44 library, "Foo", reinterpret_cast<void**>(&foo_func))) { in main()
|