Searched refs:RTLD_GLOBAL (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | dlfcn.h | 63 RTLD_GLOBAL = 0x00100, enumerator 65 RTLD_GLOBAL = 2,
|
/bionic/tests/libs/ |
D | namespaces_root.cpp | 38 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string()
|
/bionic/linker/ |
D | dlfcn.cpp | 267 …dl_info = new (__libdl_info_buf) soinfo(&g_default_namespace, "libdl.so", nullptr, 0, RTLD_GLOBAL); in get_libdl_info()
|
D | linker.cpp | 1350 if ((si->get_rtld_flags() & RTLD_GLOBAL) == 0 && si->get_target_sdk_version() > 22) { in ElfW() 1368 (caller->get_rtld_flags() & RTLD_GLOBAL) == 0) { in ElfW() 1974 if ((si->get_rtld_flags() & RTLD_GLOBAL) != 0) { in get_shared_group() 2337 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NODELETE|RTLD_NOLOAD)) != 0) { in do_dlopen() 3250 rtld_flags_ |= RTLD_GLOBAL; in set_dt_flags_1() 3373 return !is_linked() || ((get_rtld_flags() & (RTLD_NODELETE | RTLD_GLOBAL)) == 0); in can_unload() 4205 soinfo* si = soinfo_alloc(&g_default_namespace, executable_path, &file_stat, 0, RTLD_GLOBAL); 4287 nullptr, &g_ld_preloads, ld_preloads_count, RTLD_GLOBAL, nullptr,
|
/bionic/tests/ |
D | dlfcn_test.cpp | 152 dlopen("libtest_with_dependency.so", RTLD_NOW | RTLD_GLOBAL); in TEST() 313 void* handle = dlopen("libtest_check_order_dlsym.so", RTLD_NOW | RTLD_GLOBAL); in TEST() 591 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_GLOBAL); in TEST()
|
D | dlext_test.cpp | 1064 RTLD_GLOBAL, in TEST()
|