Home
last modified time | relevance | path

Searched refs:RTLD_LOCAL (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/src/Common/
DSharedLibrary.hpp95 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/
DSharedLibrary.hpp113 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/
Dnnapi_implementation.cc115 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/
DDLFCN.py7 RTLD_LOCAL = 0x00000 variable
/external/python/cpython2/Modules/
Ddlmodule.c272 #ifdef RTLD_LOCAL in initdl()
273 INSINT(RTLD_LOCAL); in initdl()
/external/webrtc/talk/media/devices/
Dlibudevsymboltable.cc46 RTLD_NOW|RTLD_LOCAL|RTLD_NOLOAD); in IsWrongLibUDevAbiVersion()
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h71 #define RTLD_LOCAL 0x4 macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn.h71 #define RTLD_LOCAL 0x4 macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
Dtest_vsyscall.c71 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/
Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in util_dl_open()
/external/tensorflow/tensorflow/core/platform/posix/
Dload_library.cc27 *handle = dlopen(library_filename, RTLD_NOW | RTLD_LOCAL); in LoadLibrary()
/external/minijail/
Dminijail0.c59 if (!dlopen(preload_path, RTLD_LAZY | RTLD_LOCAL)) { in main()
/external/tensorflow/tensorflow/python/
Dpywrap_tensorflow.py56 sys.setdlopenflags(_default_dlopen_flags | ctypes.RTLD_LOCAL)
/external/skia/platform_tools/android/launcher/
Dskia_launcher.cpp44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY); in load_library()
/external/skqp/platform_tools/android/launcher/
Dskia_launcher.cpp44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY); in load_library()
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py82 RTLD_LOCAL = 0 variable
/external/libchrome/base/debug/
Delf_reader_linux_unittest.cc46 void* handle = dlopen(kLibraryName, RTLD_NOW | RTLD_LOCAL); in TEST()
/external/skqp/src/core/
DSkATrace.cpp24 if (void* lib = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL)) { in SkATrace()
/external/skia/src/core/
DSkATrace.cpp24 if (void* lib = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL)) { in SkATrace()
/external/webrtc/webrtc/base/
Dlatebindingsymboltable.cc102 RTLD_NOW|RTLD_LOCAL in LoadFromPath()
/external/python/cpython3/Lib/ctypes/
D__init__.py11 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
22 DEFAULT_MODE = RTLD_LOCAL
/external/python/cpython2/Lib/ctypes/
D__init__.py11 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
22 DEFAULT_MODE = RTLD_LOCAL
/external/compiler-rt/test/profile/
Dinstrprof-dlopen.test4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S…
/external/compiler-rt/test/profile/Linux/
Dinstrprof-dlopen.test4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S…

12