OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_globals_fn
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
56
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"));
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
56
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"));
Completed in 91 milliseconds