Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 39) sorted by relevance

12

/external/bluetooth/glib/gmodule/
Dgmodule-dl.c62 #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()
Dgmodule-os2.c61 #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()
Dgmodule-ar.c123 (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()
Dgmodule-beos.c37 #ifndef RTLD_LAZY
38 #define RTLD_LAZY 1 macro
/external/iproute2/tc/
Dtc.c124 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()
Dm_ipt.c264 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()
Dm_ematch.c142 dlh = dlopen(buf, RTLD_LAZY); in get_ematch_kind()
146 dlh = body = dlopen(NULL, RTLD_LAZY); in get_ematch_kind()
Dm_pedit.c90 dlh = dlopen(buf, RTLD_LAZY); in get_pedit_kind()
94 dlh = pBODY = dlopen(NULL, RTLD_LAZY); in get_pedit_kind()
Dm_action.c115 dlh = dlopen(buf, RTLD_LAZY); in get_action_kind()
119 dlh = aBODY = dlopen(NULL, RTLD_LAZY); in get_action_kind()
/external/iproute2/genl/
Dgenl.c68 dlh = dlopen(buf, RTLD_LAZY); in get_genl_kind()
72 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_genl_kind()
/external/iproute2/include/
Ddlfcn.h10 #define RTLD_LAZY 0 macro
/external/chromium/base/
Dnative_library_linux.cc17 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); in LoadNativeLibrary()
Dnative_library_mac.mm21 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
/external/elfutils/libebl/
Deblopenbackend.c226 void *h = dlopen (dsoname, RTLD_LAZY);
232 h = dlopen (dsoname, RTLD_LAZY);
/external/openssl/crypto/
Dsparcv9cap.c114 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do in OPENSSL_cpuid_setup()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
DMobileApple80211.c155 aeropuerto = dlopen(fname, RTLD_LAZY); in _Apple80211_constructor()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY); in GetEntry()
/external/quake/quake/src/WinQuake/
Dgl_vidlinux.cpp278 if ((prjobj = dlopen(NULL, RTLD_LAZY)) == NULL) { in CheckMultiTextureExtensions()
533 if ((prjobj = dlopen(NULL, RTLD_LAZY)) == NULL) { in VID_Init8bitPalette()
Dgl_vidlinuxglx.cpp549 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/
DJNIUtility.cpp41 javaVMFramework = dlopen("/System/Library/Frameworks/JavaVM.framework/JavaVM", RTLD_LAZY); in KJSGetCreatedJavaVMs()
/external/iproute2/ip/
Diplink.c105 dlh = dlopen(buf, RTLD_LAZY); in get_link_kind()
110 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_link_kind()
/external/wpa_supplicant/
Deap_methods.c192 handle = dlopen(so, RTLD_LAZY); in eap_peer_method_load()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_methods.c192 handle = dlopen(so, RTLD_LAZY); in eap_peer_method_load()
/external/openssl/crypto/dso/
Ddso_dlfcn.c472 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY); in dlfcn_globallookup()
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c118 #define RTLD_LAZY 0x1 macro
998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW)) in SDL_OSX_dlopen()

12