Searched refs:RTLD_GLOBAL (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/include/
H A Ddlfcn.h63 RTLD_GLOBAL = 0x00100, enumerator in enum:__anon25
65 RTLD_GLOBAL = 2,
/bionic/tests/libs/
H A Dnamespaces_root.cpp38 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL);
/bionic/linker/
H A Ddlfcn.cpp267 __libdl_info = new (__libdl_info_buf) soinfo(&g_default_namespace, "libdl.so", nullptr, 0, RTLD_GLOBAL);
H A Dlinker.cpp1305 // dependencies but also in all libraries loaded with RTLD_GLOBAL.
1307 // Since RTLD_GLOBAL is always set for the main executable and all dt_needed shared
1350 if ((si->get_rtld_flags() & RTLD_GLOBAL) == 0 && si->get_target_sdk_version() > 22) {
1368 (caller->get_rtld_flags() & RTLD_GLOBAL) == 0) {
1945 // the global group for relocation. Not every RTLD_GLOBAL
1965 // of RTLD_GLOBAL libraries (which includes the global group from
1974 if ((si->get_rtld_flags() & RTLD_GLOBAL) != 0) {
2337 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NODELETE|RTLD_NOLOAD)) != 0) {
3250 rtld_flags_ |= RTLD_GLOBAL;
3373 return !is_linked() || ((get_rtld_flags() & (RTLD_NODELETE | RTLD_GLOBAL))
[all...]
/bionic/tests/
H A Ddlfcn_test.cpp152 dlopen("libtest_with_dependency.so", RTLD_NOW | RTLD_GLOBAL);
313 void* handle = dlopen("libtest_check_order_dlsym.so", RTLD_NOW | RTLD_GLOBAL);
591 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_GLOBAL);
598 // RTLD_GLOBAL implies RTLD_NODELETE, let's check that
602 // Check if dlsym() for main program's handle searches RTLD_GLOBAL
H A Ddlext_test.cpp1064 RTLD_GLOBAL,

Completed in 156 milliseconds