HomeSort by relevance Sort by last modified time
    Searched refs:RTLD_NOW (Results 151 - 175 of 358) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/libutils/tests/
Singleton_test.cpp 36 void* handle1 = dlopen(lib.c_str(), RTLD_NOW);
42 void* handle2 = dlopen(lib.c_str(), RTLD_NOW);
  /external/google-breakpad/src/common/linux/
http_upload.cc 75 void* curl_lib = dlopen(NULL, RTLD_NOW);
82 curl_lib = dlopen("libcurl.so", RTLD_NOW);
87 curl_lib = dlopen("libcurl.so.4", RTLD_NOW);
92 curl_lib = dlopen("libcurl-gnutls.so.4", RTLD_NOW);
95 curl_lib = dlopen("libcurl.so.3", RTLD_NOW);
libcurl_wrapper.cc 44 curl_lib_ = dlopen("libcurl.so", RTLD_NOW);
46 curl_lib_ = dlopen("libcurl.so.4", RTLD_NOW);
49 curl_lib_ = dlopen("libcurl.so.3", RTLD_NOW);
  /hardware/libhardware/
hardware.c 83 * RTLD_NOW the external symbols will not be global
89 handle = dlopen(path, RTLD_NOW);
91 handle = android_load_sphal_library(path, RTLD_NOW);
  /bionic/tests/
dlfcn_symlink_support.cpp 57 void* handle = dlopen(source_file_name, RTLD_NOW);
  /device/generic/goldfish/camera/
JpegCompressor.cpp 51 mDl = dlopen(dlName, RTLD_NOW);
  /external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc 51 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/compiler-rt/test/cfi/cross-dso/
dlopen.cpp 97 void *handle = dlopen(name.c_str(), RTLD_NOW);
shadow_is_read_only.cpp 70 void *handle = dlopen(lib, RTLD_NOW);
  /external/compiler-rt/test/tsan/
load_shared_lib.cc 59 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/e2fsprogs/lib/ss/
get_readline.c 70 if ((handle = dlopen(cp, RTLD_NOW))) {
  /external/skia/src/core/
SkATrace.cpp 18 if (void* lib = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL)) {
  /external/swiftshader/src/Common/
SharedLibrary.hpp 97 return dlopen(path, RTLD_NOW | RTLD_LOCAL);
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 37 DllHandle handle = dlopen(dll_name, RTLD_NOW);
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 36 api->handle = dlopen(LIB_DRM_VENDOR, RTLD_NOW);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm.h 55 ctx->mQdcmInfo.mQdcmLib = dlopen("libmm-qdcm.so", RTLD_NOW);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 71 lib_ = ::dlopen(lib_name, RTLD_NOW);
  /hardware/qcom/display/msm8998/sdm/libs/utils/
sys.cpp 72 lib_ = ::dlopen(lib_name, RTLD_NOW);
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 78 RTLD_NOW = 0x00002
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 78 RTLD_NOW = 0x00002
  /system/bt/btcore/src/
hal_util.cc 47 void* handle = dlopen(kBluetoothLibraryName, RTLD_NOW);
  /system/core/libutils/
misc.cpp 74 void* handle = android_load_sphal_library("libutils.so", RTLD_NOW);
  /system/core/libnativeloader/
native_loader.cpp 289 LOG_ALWAYS_FATAL_IF(dlopen(soname.c_str(), RTLD_NOW | RTLD_NODELETE) == nullptr,
469 return dlopen(path, RTLD_NOW);
495 void* handle = android_dlopen_ext(path, RTLD_NOW, &extinfo);
502 void* handle = NativeBridgeLoadLibraryExt(path, RTLD_NOW, ns.get_native_bridge_ns());
512 void* handle = dlopen(path, RTLD_NOW);
516 handle = NativeBridgeLoadLibrary(path, RTLD_NOW);
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4029.go 54 this_process := C.dlopen(nil, C.RTLD_NOW)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4029.go 54 this_process := C.dlopen(nil, C.RTLD_NOW)

Completed in 1215 milliseconds

1 2 3 4 5 67 8 91011>>