Home
last modified time | relevance | path

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

123

/external/lldb/test/functionalities/load_unload/
Dmain.c26 …a_dylib_handle = dlopen (a_name, RTLD_NOW); // Set break point at this line for test_lldb_process_… in main()
42 c_dylib_handle = dlopen (c_name, RTLD_NOW); in main()
55 a_dylib_handle = dlopen (a_name, RTLD_NOW); in main()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc75 void* curl_lib = dlopen(NULL, RTLD_NOW); in SendRequest()
82 curl_lib = dlopen("libcurl.so", RTLD_NOW); in SendRequest()
87 curl_lib = dlopen("libcurl.so.4", RTLD_NOW); in SendRequest()
92 curl_lib = dlopen("libcurl-gnutls.so.4", RTLD_NOW); in SendRequest()
95 curl_lib = dlopen("libcurl.so.3", RTLD_NOW); in SendRequest()
Dlibcurl_wrapper.cc44 curl_lib_ = dlopen("libcurl.so", RTLD_NOW); in LibcurlWrapper()
46 curl_lib_ = dlopen("libcurl.so.4", RTLD_NOW); in LibcurlWrapper()
49 curl_lib_ = dlopen("libcurl.so.3", RTLD_NOW); in LibcurlWrapper()
/external/compiler-rt/test/tsan/
Dignore_lib2.cc19 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
Dignore_lib3.cc22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
Dignore_lib1.cc24 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
Ddlclose.cc37 RTLD_NOW|RTLD_NODELETE); in main()
Ddl_iterate_phdr.cc42 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
Dload_shared_lib.cc59 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
/external/mesa3d/src/glx/
Ddri_common.c44 #ifndef RTLD_NOW
45 #define RTLD_NOW 0 macro
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
/external/compiler-rt/test/msan/
Ddlerror.cc13 void *p = dlopen("/bad/file/name", RTLD_NOW); in main()
Ddlopen_executable.cc12 void *p = dlopen(0, RTLD_NOW); in main()
/external/libxml2/os400/dlfcn/
Ddlfcn.h19 #define RTLD_NOW 001 macro
/external/compiler-rt/test/asan/TestCases/Linux/
Dactivation-options.cc56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main()
Dinit-order-dlopen.cc39 void *handle = dlopen(path.c_str(), RTLD_NOW); in main()
/external/valgrind/exp-sgcheck/tests/
Dpreen_invars.c13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW); in main()
/external/webrtc/talk/media/devices/
Dlibudevsymboltable.cc46 RTLD_NOW|RTLD_LOCAL|RTLD_NOLOAD); in IsWrongLibUDevAbiVersion()
/external/compiler-rt/test/asan/TestCases/Posix/
Dshared-lib-test.cc25 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
Dasan-symbolize-sanity-test.cc27 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
Dstart-deactivated.cc49 void *dso = dlopen(path.c_str(), RTLD_NOW); in main()
Ddlclose-test.cc51 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
/external/webrtc/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.cc37 DllHandle handle = dlopen(dll_name, RTLD_NOW); in InternalLoadDll()
/external/e2fsprogs/lib/ss/
Dget_readline.c69 if ((handle = dlopen(cp, RTLD_NOW))) { in ss_get_readline()
/external/minijail/
Dlibminijailpreload.c121 libc_handle = dlopen("libc.so.6", RTLD_NOW); in __libc_start_main()
/external/mesa3d/src/glx/apple/
Dapple_cgl.c78 h = dlopen(opengl_framework_path, RTLD_NOW); in apple_cgl_init()

123