Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dmalloc_lockup.cpp56 typedef void* (*get_globals_fn)(); typedef
58 static get_globals_fn g_get_globals;
104 g_get_globals = reinterpret_cast<get_globals_fn>(dlsym(lib, "get_globals")); in main()