/external/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 95 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary() 102 return dlopen(path, RTLD_NOW | RTLD_LOCAL); in getLibraryHandle() 104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle() 108 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
|
/external/swiftshader/src/System/ |
D | SharedLibrary.hpp | 113 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary() 120 return dlopen(path, RTLD_NOW | RTLD_LOCAL); in getLibraryHandle() 122 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle() 126 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
|
/external/tensorflow/tensorflow/lite/nnapi/ |
D | nnapi_implementation.cc | 115 libandroid = dlopen("libandroid.so", RTLD_LAZY | RTLD_LOCAL); in LoadNnApi() 124 libneuralnetworks = dlopen("libneuralnetworks.so", RTLD_LAZY | RTLD_LOCAL); in LoadNnApi()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | DLFCN.py | 7 RTLD_LOCAL = 0x00000 variable
|
/external/python/cpython2/Modules/ |
D | dlmodule.c | 272 #ifdef RTLD_LOCAL in initdl() 273 INSINT(RTLD_LOCAL); in initdl()
|
/external/webrtc/talk/media/devices/ |
D | libudevsymboltable.cc | 46 RTLD_NOW|RTLD_LOCAL|RTLD_NOLOAD); in IsWrongLibUDevAbiVersion()
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn.h | 71 #define RTLD_LOCAL 0x4 macro
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn.h | 71 #define RTLD_LOCAL 0x4 macro
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vdso.c | 93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers() 96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
|
D | test_vsyscall.c | 71 void *vdso = dlopen("linux-vdso.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso() 73 vdso = dlopen("linux-gate.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dl.c | 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in util_dl_open()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | load_library.cc | 27 *handle = dlopen(library_filename, RTLD_NOW | RTLD_LOCAL); in LoadLibrary()
|
/external/minijail/ |
D | minijail0.c | 59 if (!dlopen(preload_path, RTLD_LAZY | RTLD_LOCAL)) { in main()
|
/external/tensorflow/tensorflow/python/ |
D | pywrap_tensorflow.py | 56 sys.setdlopenflags(_default_dlopen_flags | ctypes.RTLD_LOCAL)
|
/external/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY); in load_library()
|
/external/skqp/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY); in load_library()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | DLFCN.py | 82 RTLD_LOCAL = 0 variable
|
/external/libchrome/base/debug/ |
D | elf_reader_linux_unittest.cc | 46 void* handle = dlopen(kLibraryName, RTLD_NOW | RTLD_LOCAL); in TEST()
|
/external/skqp/src/core/ |
D | SkATrace.cpp | 24 if (void* lib = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL)) { in SkATrace()
|
/external/skia/src/core/ |
D | SkATrace.cpp | 24 if (void* lib = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL)) { in SkATrace()
|
/external/webrtc/webrtc/base/ |
D | latebindingsymboltable.cc | 102 RTLD_NOW|RTLD_LOCAL in LoadFromPath()
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 11 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL 22 DEFAULT_MODE = RTLD_LOCAL
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 11 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL 22 DEFAULT_MODE = RTLD_LOCAL
|
/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S…
|
/external/compiler-rt/test/profile/Linux/ |
D | instrprof-dlopen.test | 4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S…
|