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

1 23 4 5 6 7

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
dlfcn.h 54 RTLD_LAZY = 1,
  /external/chromium/base/
native_library_linux.cc 26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
  /external/chromium_org/base/
native_library_posix.cc 26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_tls_dynamic.cc 18 void *handle = dlopen(path.c_str(), RTLD_LAZY);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 40 #define RTLD_LAZY 1
58 int flags = (pLazyBinding) ? RTLD_LAZY : RTLD_NOW;
  /external/chromium_org/chrome/browser/ui/gtk/
unity_service.cc 65 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
67 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
69 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc 67 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
69 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
71 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
app_indicator_icon.cc 84 void* indicator_lib = dlopen("libappindicator.so", RTLD_LAZY);
86 indicator_lib = dlopen("libappindicator.so.1", RTLD_LAZY);
89 indicator_lib = dlopen("libappindicator.so.0", RTLD_LAZY);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dl.c 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_dl.c 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
  /external/smali/deodexerant/
deodexerant.c 48 void *libdvm = dlopen("libdvm.so", RTLD_LAZY);
  /external/iproute2/genl/
genl.c 68 dlh = dlopen(buf, RTLD_LAZY);
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlopen.h 52 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */
  /external/iproute2/tc/
tc.c 124 dlh = dlopen(buf, RTLD_LAZY);
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
178 dlh = dlopen(buf, RTLD_LAZY);
182 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /external/mesa3d/src/mesa/main/
dlopen.h 52 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 77 RTLD_LAZY = 0x00001
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
dlopen.cc 78 eightball_so_ = dlopen("libeightball.so", RTLD_LAZY);
79 reverse_so_ = dlopen(reverse_so_path, RTLD_LAZY);
  /external/chromium_org/tools/gyp/test/module/src/
program.c 72 dl = dlopen(module_path, RTLD_LAZY);
  /external/chromium_org/ui/gl/
io_surface_support_mac.cc 191 RTLD_LAZY | RTLD_LOCAL);
194 RTLD_LAZY | RTLD_LOCAL);
197 RTLD_LAZY | RTLD_LOCAL);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_mac.cc 71 RTLD_LAZY);

Completed in 1314 milliseconds

1 23 4 5 6 7