Searched refs:RTLD_LAZY (Results 1 - 25 of 84) sorted by last modified time

1234

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
H A Dtncc.c421 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c449 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
H A Dtncc.c421 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c449 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
H A Dtncc.c421 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c449 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
/external/valgrind/main/perf/
H A Dtinycc.c6581 #define RTLD_LAZY 0x001
21012 //h = dlopen(filename, RTLD_GLOBAL | RTLD_LAZY);
6579 #define RTLD_LAZY macro
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c19 handle = dlopen ("./myprint.so", RTLD_LAZY);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY);
/external/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp20 RTLD_LAZY);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp145 void* self = dlopen(NULL, RTLD_LAZY);
/external/smali/deodexerant/
H A Ddeodexerant.c48 void *libdvm = dlopen("libdvm.so", RTLD_LAZY);
/external/qemu/android/utils/
H A Ddll.c123 result = dlopen( libName, RTLD_LAZY );
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c118 #define RTLD_LAZY 0x1 macro
998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW))
1000 error("how can I load something both RTLD_LAZY and RTLD_NOW?");
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp318 #define LoadLibrary(name) dlopen(name, RTLD_LAZY)
/external/openfst/src/include/fst/
H A Dgeneric-register.h77 void *handle = dlopen(so_filename.c_str(), RTLD_LAZY);
/external/openssl/crypto/dso/
H A Ddso_dlfcn.c474 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY);
/external/openssl/crypto/
H A Dsparcv9cap.c132 if ((h = dlopen(NULL,RTLD_LAZY)))
139 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1509 handle = dlopen(libname, RTLD_LAZY | RTLD_GLOBAL);
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c1079 handle = dlopen("libGL.so", RTLD_LAZY | RTLD_LOCAL);
/external/mesa3d/src/egl/main/
H A Degldriver.c118 return dlopen(filename, RTLD_LAZY);

Completed in 2501 milliseconds

1234