HomeSort by relevance Sort by last modified time
    Searched refs:RTLD_LAZY (Results 76 - 100 of 163) sorted by null

1 2 34 5 6 7

  /external/llvm/lib/Support/
DynamicLibrary.cpp 77 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
  /external/openfst/src/include/fst/
generic-register.h 77 void *handle = dlopen(so_filename.c_str(), RTLD_LAZY);
  /external/qemu/android/utils/
dll.c 148 result = dlopen( libName, RTLD_LAZY );
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 55 mLibHandle = dlopen("libc2dcolorconvert.so", RTLD_LAZY);
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 59 mLibHandle = dlopen("libc2dcolorconvert.so", RTLD_LAZY);
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparcv9cap.c 132 if ((h = dlopen(NULL,RTLD_LAZY)))
139 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 369 m_libHandle = dlopen(dllName, RTLD_LAZY);
378 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 349 m_libHandle = dlopen(dllName, RTLD_LAZY);
358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
  /external/openssl/crypto/
sparcv9cap.c 132 if ((h = dlopen(NULL,RTLD_LAZY)))
139 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
  /external/iproute2/tc/
m_ipt.c 264 handle = dlopen(path, RTLD_LAZY);
268 handle = dlopen(path, RTLD_LAZY);
272 handle = dlopen(path, RTLD_LAZY);
277 handle = dlopen(path, RTLD_LAZY);
m_ematch.c 142 dlh = dlopen(buf, RTLD_LAZY);
146 dlh = body = dlopen(NULL, RTLD_LAZY);
m_pedit.c 90 dlh = dlopen(buf, RTLD_LAZY);
94 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
m_action.c 115 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
119 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 140 pPlugInContainer->hHandle = dlopen(rsPlugInPath.string(), RTLD_LAZY);
  /frameworks/opt/emoji/
EmojiFactory.cpp 76 void *handle = dlopen(library_name, RTLD_LAZY | RTLD_LOCAL);
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 156 my_cam_app.hal_lib.ptr = dlopen("/usr/lib/hw/camera.msm7630.so", RTLD_LAZY);
158 my_cam_app.hal_lib.ptr = dlopen("/usr/lib/hw/camera.msm7627A.so", RTLD_LAZY);
  /bionic/tests/
dlfcn_test.cpp 220 // glibc actually allows you to choose both RTLD_NOW and RTLD_LAZY at the same time, and so do we.
221 handle = dlopen(NULL, RTLD_NOW|RTLD_LAZY);
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
dso_dlfcn.c 474 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY);
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 23 RTLD_LAZY);
  /external/openssl/crypto/dso/
dso_dlfcn.c 474 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 23 RTLD_LAZY);
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 188 handle = dlopen(so, RTLD_LAZY);
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 32 m_handle = dlopen("libemoji.so", RTLD_LAZY | RTLD_LOCAL);
  /external/elfutils/libebl/
eblopenbackend.c 349 void *h = dlopen (dsoname, RTLD_LAZY);
355 h = dlopen (dsoname, RTLD_LAZY);

Completed in 1849 milliseconds

1 2 34 5 6 7