Home
last modified time | relevance | path

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

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