/external/bluetooth/glib/gmodule/ |
D | gmodule-dl.c | 62 #ifndef RTLD_LAZY 63 #define RTLD_LAZY 1 macro 100 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open() 116 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
D | gmodule-os2.c | 61 #ifndef RTLD_LAZY 62 #define RTLD_LAZY 1 macro 78 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open()
|
D | gmodule-ar.c | 123 (bind_local ? RTLD_LOCAL : RTLD_GLOBAL) | RTLD_MEMBER | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open() 138 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
D | gmodule-beos.c | 37 #ifndef RTLD_LAZY 38 #define RTLD_LAZY 1 macro
|
/external/iproute2/tc/ |
D | tc.c | 124 dlh = dlopen(buf, RTLD_LAZY); in get_qdisc_kind() 129 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_qdisc_kind() 178 dlh = dlopen(buf, RTLD_LAZY); in get_filter_kind() 182 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_filter_kind()
|
D | m_ipt.c | 264 handle = dlopen(path, RTLD_LAZY); in get_target_name() 268 handle = dlopen(path, RTLD_LAZY); in get_target_name() 272 handle = dlopen(path, RTLD_LAZY); in get_target_name() 277 handle = dlopen(path, RTLD_LAZY); in get_target_name()
|
D | m_ematch.c | 142 dlh = dlopen(buf, RTLD_LAZY); in get_ematch_kind() 146 dlh = body = dlopen(NULL, RTLD_LAZY); in get_ematch_kind()
|
D | m_pedit.c | 90 dlh = dlopen(buf, RTLD_LAZY); in get_pedit_kind() 94 dlh = pBODY = dlopen(NULL, RTLD_LAZY); in get_pedit_kind()
|
D | m_action.c | 115 dlh = dlopen(buf, RTLD_LAZY); in get_action_kind() 119 dlh = aBODY = dlopen(NULL, RTLD_LAZY); in get_action_kind()
|
/external/iproute2/genl/ |
D | genl.c | 68 dlh = dlopen(buf, RTLD_LAZY); in get_genl_kind() 72 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_genl_kind()
|
/external/iproute2/include/ |
D | dlfcn.h | 10 #define RTLD_LAZY 0 macro
|
/external/chromium/base/ |
D | native_library_linux.cc | 17 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); in LoadNativeLibrary()
|
D | native_library_mac.mm | 21 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 226 void *h = dlopen (dsoname, RTLD_LAZY); 232 h = dlopen (dsoname, RTLD_LAZY);
|
/external/openssl/crypto/ |
D | sparcv9cap.c | 114 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do in OPENSSL_cpuid_setup()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | MobileApple80211.c | 155 aeropuerto = dlopen(fname, RTLD_LAZY); in _Apple80211_constructor()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | register.h | 92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY); in GetEntry()
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidlinux.cpp | 278 if ((prjobj = dlopen(NULL, RTLD_LAZY)) == NULL) { in CheckMultiTextureExtensions() 533 if ((prjobj = dlopen(NULL, RTLD_LAZY)) == NULL) { in VID_Init8bitPalette()
|
D | gl_vidlinuxglx.cpp | 549 if ((prjobj = dlopen(NULL, RTLD_LAZY)) == NULL) { in CheckMultiTextureExtensions() 647 if ((prjobj = dlopen(NULL, RTLD_LAZY)) == NULL) { in VID_Init8bitPalette()
|
/external/webkit/WebCore/bridge/jni/ |
D | JNIUtility.cpp | 41 javaVMFramework = dlopen("/System/Library/Frameworks/JavaVM.framework/JavaVM", RTLD_LAZY); in KJSGetCreatedJavaVMs()
|
/external/iproute2/ip/ |
D | iplink.c | 105 dlh = dlopen(buf, RTLD_LAZY); in get_link_kind() 110 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_link_kind()
|
/external/wpa_supplicant/ |
D | eap_methods.c | 192 handle = dlopen(so, RTLD_LAZY); in eap_peer_method_load()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_methods.c | 192 handle = dlopen(so, RTLD_LAZY); in eap_peer_method_load()
|
/external/openssl/crypto/dso/ |
D | dso_dlfcn.c | 472 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY); in dlfcn_globallookup()
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
D | SDL_dlcompat.c | 118 #define RTLD_LAZY 0x1 macro 998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW)) in SDL_OSX_dlopen()
|