Home
last modified time | relevance | path

Searched refs:RTLD_NOW (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/aosp12/bionic/tests/
H A Ddlfcn_test.cpp90 void* self = dlopen(nullptr, RTLD_NOW); in TEST()
238 void* handle = dlopen(soname, RTLD_NOW); in TEST()
242 handle = dlopen(filename, RTLD_NOW); in TEST()
271 void* handle = dlopen(vdso_name, RTLD_NOW); in TEST()
896 void* self = dlopen(nullptr, RTLD_NOW); in TEST()
920 void* self = dlopen(nullptr, RTLD_NOW); in TEST()
966 void* handle1 = dlopen(nullptr, RTLD_NOW); in TEST()
1191 void* handle = dlopen(libname, RTLD_NOW); in test_init_fini_call_order_for()
1336 handle = dlopen(library_name, RTLD_NOW); in test_dlclose_after_thread_local_dtor()
1525 #elif !defined(RTLD_NOW) in TEST()
[all …]
H A Ddlext_test.cpp73 void* h = dlopen(kLibName, RTLD_NOW | RTLD_NOLOAD); in SetUp()
75 h = dlopen(kLibNameNoRelro, RTLD_NOW | RTLD_NOLOAD); in SetUp()
200 void* handle = dlopen("libdlext_test.so", RTLD_NOW); in TEST()
237 ASSERT_TRUE(dlopen(nullptr, RTLD_NOW) != nullptr); in TEST()
306 handle = dlopen("libdlext_test_zip.so", RTLD_NOW); in TEST()
668 handle = dlopen(lib, RTLD_NOW); in SpawnChildrenAndMeasurePss()
784 void* handle = dlopen(g_public_lib, RTLD_NOW); in TEST()
1181 RTLD_NOW, in TEST()
1634 RTLD_NOW, in TEST()
1649 RTLD_NOW, in TEST()
[all …]
H A Delftls_dl_test.cpp53 void* lib = dlopen("libtest_elftls_shared_var_ie.so", RTLD_LOCAL | RTLD_NOW); in TEST()
91 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
107 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
139 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
157 auto lib = dlopen(soname, RTLD_LOCAL | RTLD_NOW); \ in TEST()
227 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
253 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
292 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
314 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
323 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST()
[all …]
H A Dcfi_test.cpp54 handle = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST_F()
116 void* handle2 = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST_F()
138 handle = dlopen("libcfi-test-bad.so", RTLD_NOW | RTLD_LOCAL); in TEST()
141 handle = dlopen("libcfi-test-bad.so", RTLD_NOW | RTLD_LOCAL); in TEST()
H A Dpthread_dlfcn_test.cpp43 …_test_handle); g_atfork_test_handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); } in AtForkChild()
48 void* handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); in TEST()
93 g_atfork_test_handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); in TEST()
/aosp12/bionic/libc/include/
H A Ddlfcn.h57 #define RTLD_NOW 0x00002 macro
64 #undef RTLD_NOW
65 #define RTLD_NOW 0x00000 macro
/aosp12/hardware/qcom/gps/msm8960/core/
H A DContextBase.cpp47 void* lib = dlopen(libName, RTLD_NOW); in getIzatProxy()
70 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
82 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/sdm845/gps/msm8960/core/
H A DContextBase.cpp47 void* lib = dlopen(libName, RTLD_NOW); in getIzatProxy()
70 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
82 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/gps/msm8994/core/
H A DContextBase.cpp47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/gps/core/
H A DContextBase.cpp47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/sdm845/gps/msm8994/core/
H A DContextBase.cpp47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/sdm845/gps/core/
H A DContextBase.cpp47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/gps/msm8084/core/
H A DContextBase.cpp48 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
79 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/sdm845/gps/msm8084/core/
H A DContextBase.cpp48 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
79 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/gps/msm8996/core/
H A DContextBase.cpp68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
92 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
104 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/gps/msm8909/core/
H A DContextBase.cpp68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
93 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
105 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/sdm845/gps/msm8909/core/
H A DContextBase.cpp68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
93 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
105 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/hardware/qcom/sdm845/gps/msm8996/core/
H A DContextBase.cpp68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
92 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
104 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
/aosp12/art/libartbase/base/
H A Dglobals_unix.cc48 bool debug_build_loaded = (dlopen(kLibArtBaseDebug, RTLD_NOW | RTLD_NOLOAD) != nullptr); in CheckLoadedBuild()
49 bool release_build_loaded = (dlopen(kLibArtBaseRelease, RTLD_NOW | RTLD_NOLOAD) != nullptr); in CheckLoadedBuild()
/aosp12/system/core/libvndksupport/tests/
H A Dlinker_test.cpp47 void* handle = android_load_sphal_library(name.c_str(), RTLD_NOW | RTLD_LOCAL); in TEST()
53 void* handle = android_load_sphal_library("libNeverUseThisName.so", RTLD_NOW | RTLD_LOCAL); in TEST()
/aosp12/hardware/libhardware/
H A Dhardware.c98 handle = dlopen(path, RTLD_NOW); in load()
101 handle = dlopen(path, RTLD_NOW); in load()
103 handle = android_load_sphal_library(path, RTLD_NOW); in load()
/aosp12/art/libdexfile/external/
H A Ddex_file_supp.cc63 void* handle = dlopen(so_name, RTLD_NOLOAD | RTLD_NOW | RTLD_NODELETE); in FOR_EACH_ADEX_FILE_SYMBOL()
66 handle = dlopen(so_name, RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE); in FOR_EACH_ADEX_FILE_SYMBOL()
/aosp12/system/core/libutils/
H A DSingleton_test.cpp36 void* handle1 = dlopen(lib.c_str(), RTLD_NOW); in TEST()
42 void* handle2 = dlopen(lib.c_str(), RTLD_NOW); in TEST()
/aosp12/art/libnativeloader/
H A Dnative_loader.cpp224 void* handle = android_dlopen_ext(path, RTLD_NOW, &dlextinfo); in OpenNativeLibrary()
249 void* handle = OpenSystemLibrary(path, RTLD_NOW); in OpenNativeLibrary()
310 void* handle = dlopen(path_arg, RTLD_NOW); in OpenNativeLibrary()
316 handle = NativeBridgeLoadLibrary(path_arg, RTLD_NOW); in OpenNativeLibrary()
/aosp12/hardware/qcom/gps/msm8998/core/
H A DContextBase.cpp174 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy()
203 if ((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi()
216 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()

12345678910>>...12