HomeSort by relevance Sort by last modified time
    Searched refs:RTLD_NOW (Results 126 - 150 of 358) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/gps/msm8994/core/
ContextBase.cpp 47 void* lib = dlopen(libName, RTLD_NOW);
71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /art/runtime/
code_simulator_container.cc 29 libart_simulator_handle_ = dlopen(libart_simulator_so_name, RTLD_NOW);
  /development/ndk/tests/dlclose-destruction/jni/
main.c 9 void* lib = dlopen("libtest1.so", RTLD_NOW);
  /external/compiler-rt/test/asan/TestCases/Linux/
init-order-dlopen.cc 39 void *handle = dlopen(path.c_str(), RTLD_NOW);
  /external/compiler-rt/test/asan/TestCases/Posix/
shared-lib-test.cc 25 void *lib = dlopen(path.c_str(), RTLD_NOW);
asan-symbolize-sanity-test.cc 27 void *lib = dlopen(path.c_str(), RTLD_NOW);
global-registration.c 40 void *handle = dlopen(libpath, RTLD_NOW);
start-deactivated.cc 49 void *dso = dlopen(path.c_str(), RTLD_NOW);
  /external/compiler-rt/test/tsan/
dlclose.cc 37 RTLD_NOW|RTLD_NODELETE);
ignore_lib4.cc 39 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
dl_iterate_phdr.cc 42 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/dtc/tests/
asm_tree_dump.c 44 sohandle = dlopen(argv[1], RTLD_NOW);
  /frameworks/av/drm/libmediadrm/
SharedLibrary.cpp 28 mLibHandle = dlopen(path.string(), RTLD_NOW);
  /hardware/interfaces/drm/1.0/vts/functional/
shared_library.cpp 27 mLibHandle = dlopen(path.c_str(), RTLD_NOW);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm_legacy.cpp 56 modeHandle = dlopen("libmm-qdcm.so", RTLD_NOW);
  /bionic/tests/
pthread_dlfcn_test.cpp 43 static void AtForkChild() { dlclose(g_atfork_test_handle); g_atfork_test_handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); }
48 void* handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL);
93 g_atfork_test_handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL);
cfi_test.cpp 36 handle = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL);
89 void* handle2 = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL);
111 handle = dlopen("libcfi-test-bad.so", RTLD_NOW | RTLD_LOCAL);
114 handle = dlopen("libcfi-test-bad.so", RTLD_NOW | RTLD_LOCAL);
  /hardware/qcom/gps/msm8909/core/
ContextBase.cpp 68 void* lib = dlopen(libName, RTLD_NOW);
93 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
105 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /hardware/qcom/gps/msm8996/core/
ContextBase.cpp 68 void* lib = dlopen(libName, RTLD_NOW);
92 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
104 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW);
  /bionic/libc/bionic/
NetdClient.cpp 37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_NOW);
  /hardware/qcom/display/msm8998/libdrmutils/
drm_lib_loader.cpp 79 lib_ = ::dlopen(lib_name, RTLD_NOW);
  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 51 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW);
  /hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 52 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW);
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 53 void* libart_dso = dlopen("libart.so", RTLD_NOW);
56 void* libandroid_runtime_dso = dlopen("libandroid_runtime.so", RTLD_NOW);

Completed in 6055 milliseconds

1 2 3 4 56 7 8 91011>>