Home
last modified time | relevance | path

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

/bionic/libc/include/
Ddlfcn.h70 RTLD_GLOBAL = 0x00100, enumerator
72 RTLD_GLOBAL = 2,
/bionic/tests/libs/
Dnamespaces_root.cpp54 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string()
/bionic/linker/
Dlinker_main.cpp274 soinfo* si = soinfo_alloc(&g_default_namespace, executable_path, &file_stat, 0, RTLD_GLOBAL);
368 RTLD_GLOBAL,
Dlinker_soinfo.cpp523 rtld_flags_ |= RTLD_GLOBAL; in set_dt_flags_1()
651 return !is_linked() || ((get_rtld_flags() & (RTLD_NODELETE | RTLD_GLOBAL)) == 0); in can_unload()
Dlinker.cpp835 if ((si->get_rtld_flags() & RTLD_GLOBAL) == 0 && in ElfW()
854 (caller->get_rtld_flags() & RTLD_GLOBAL) == 0) { in ElfW()
1490 if ((si->get_rtld_flags() & RTLD_GLOBAL) != 0) { in get_shared_group()
1921 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NODELETE|RTLD_NOLOAD)) != 0) { in do_dlopen()
/bionic/tests/
Ddlfcn_test.cpp176 dlopen("libtest_with_dependency.so", RTLD_NOW | RTLD_GLOBAL); in TEST()
372 void* handle = dlopen("libtest_check_order_dlsym.so", RTLD_NOW | RTLD_GLOBAL);
650 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_GLOBAL);
Ddlext_test.cpp1549 RTLD_GLOBAL, in TEST()
/bionic/
Dandroid-changes-for-ndk-developers.md59 be affected (unless they explicitly used RTLD_GLOBAL). With RTLD_LOCAL,