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

1 2 3 45 6 7

  /bionic/libc/bionic/
malloc_debug_common.cpp 406 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY);
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 276 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
  /dalvik/vm/
Native.cpp 383 handle = dlopen(pathName, RTLD_LAZY);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 118 return dlopen(filename, RTLD_LAZY);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_s3tc.c 55 #define RTLD_LAZY 0
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 247 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
  /external/mesa3d/src/egl/main/
egldriver.c 118 return dlopen(filename, RTLD_LAZY);
  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 55 #define RTLD_LAZY 0
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 65 void *h = ::dlopen("/system/lib/libbcc.sha1.so", RTLD_LAZY | RTLD_NOW);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 241 pModules[i] = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
  /external/iproute2/ip/
iplink.c 114 dlh = dlopen(buf, RTLD_LAZY);
119 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 118 #define RTLD_LAZY 0x1
998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW))
1000 error("how can I load something both RTLD_LAZY and RTLD_NOW?");
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 247 void* dbusmenu_lib = dlopen("libdbusmenu-glib.so", RTLD_LAZY);
  /external/opencv/cxcore/src/
cxswitcher.cpp 318 #define LoadLibrary(name) dlopen(name, RTLD_LAZY)
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 255 void* handle = dlopen(pathStr, RTLD_LAZY);
  /frameworks/rs/cpp/
RenderScript.cpp 407 void* handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 275 pModules[i] = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 1035 module = dlopen("/system/lib/hw/gralloc.default.so", RTLD_LAZY|RTLD_LOCAL);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 1079 handle = dlopen("libGL.so", RTLD_LAZY | RTLD_LOCAL);
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 1079 handle = dlopen("libGL.so", RTLD_LAZY | RTLD_LOCAL);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 468 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 515 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
  /frameworks/rs/
rsContext.cpp 249 driverSO = dlopen(filename, RTLD_LAZY);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 2374 milliseconds

1 2 3 45 6 7