Home
last modified time | relevance | path

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

/bionic/libc/include/
Ddlfcn.h59 #define RTLD_GLOBAL 0x00100 macro
66 #undef RTLD_GLOBAL
67 #define RTLD_GLOBAL 0x00002 macro
/bionic/tests/headers/posix/
Ddlfcn_h.c36 MACRO(RTLD_GLOBAL); in dlfcn_h()
/bionic/tests/libs/
Dnamespaces_root.cpp54 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string()
/bionic/linker/
Dlinker_namespaces.cpp131 if ((si->get_rtld_flags() & RTLD_GLOBAL) != 0) { in get_shared_group()
Dlinker_soinfo.cpp536 rtld_flags_ |= RTLD_GLOBAL; in set_dt_flags_1()
670 (get_rtld_flags() & (RTLD_NODELETE | RTLD_GLOBAL)) == 0 in can_unload()
Dlinker_main.cpp361 0, RTLD_GLOBAL);
447 RTLD_GLOBAL,
Dlinker.cpp901 if ((si->get_rtld_flags() & RTLD_GLOBAL) == 0 && in ElfW()
2202 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NODELETE|RTLD_NOLOAD)) != 0) { in do_dlopen()
/bionic/tests/
Ddlfcn_test.cpp188 dlopen("libtest_with_dependency.so", RTLD_NOW | RTLD_GLOBAL); in TEST()
422 void* handle = dlopen("libtest_check_order_dlsym.so", RTLD_NOW | RTLD_GLOBAL); in TEST()
700 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_GLOBAL); in TEST()
1132 …d* library_with_fclose = dlopen("libtest_check_rtld_next_from_library.so", RTLD_NOW | RTLD_GLOBAL); in TEST()
1540 #elif !defined(RTLD_GLOBAL) in TEST()
1541 #error no RTLD_GLOBAL in TEST()
Ddlext_test.cpp1727 RTLD_GLOBAL, in TEST()
/bionic/
Dandroid-changes-for-ndk-developers.md74 be affected (unless they explicitly used RTLD_GLOBAL). With RTLD_LOCAL,