Home
last modified time | relevance | path

Searched refs:RTLD_GLOBAL (Results 1 – 25 of 76) sorted by relevance

1234

/external/compiler-rt/test/tsan/
Dignore_lib2.cc19 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
Dignore_lib3.cc22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
Dignore_lib1.cc24 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
Dignore_lib4.cc39 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
/external/mesa3d/src/glx/
Ddri_common.c48 #ifndef RTLD_GLOBAL
49 #define RTLD_GLOBAL 0 macro
106 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
134 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
141 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
/external/libxml2/
Dxmlmodule.c211 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
212 #define RTLD_GLOBAL 0 macro
225 return dlopen(name, RTLD_GLOBAL | RTLD_NOW); in xmlModulePlatformOpen()
/external/python/cpython2/Lib/ctypes/test/
Dtest_find.py37 self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
42 self.glu = CDLL(lib_glu, RTLD_GLOBAL)
/external/python/cpython3/Lib/ctypes/test/
Dtest_find.py34 cls.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
39 cls.glu = CDLL(lib_glu, RTLD_GLOBAL)
/external/python/cpython2/Modules/
Ddlmodule.c266 #ifdef RTLD_GLOBAL in initdl()
267 INSINT(RTLD_GLOBAL); in initdl()
/external/libxml2/os400/dlfcn/
Ddlfcn.h20 #define RTLD_GLOBAL 010 macro
/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py6 RTLD_GLOBAL = 0x00100 variable
/external/tensorflow/tensorflow/python/
Dpywrap_dlopen_global_flags.py45 sys.setdlopenflags(_default_dlopen_flags | ctypes.RTLD_GLOBAL)
/external/iproute2/include/
Ddlfcn.h11 #define RTLD_GLOBAL 1 macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn.h72 #define RTLD_GLOBAL 0x8 macro
Ddlfcn_simple.c128 … | (mode & RTLD_GLOBAL) ? 0 : NSLINKMODULE_OPTION_PRIVATE in darwin_dlopen()
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h72 #define RTLD_GLOBAL 0x8 macro
Ddlfcn_simple.c128 … | (mode & RTLD_GLOBAL) ? 0 : NSLINKMODULE_OPTION_PRIVATE in darwin_dlopen()
/external/mesa3d/src/mesa/main/
Ddlopen.h51 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */ in _mesa_dlopen()
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py81 RTLD_GLOBAL = 0x00100 variable
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c324 dlopen("libglapi.so.0", RTLD_LAZY | RTLD_GLOBAL); in dri_open_driver()
338 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_open_driver()
343 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_open_driver()
351 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_open_driver()
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlibmemtrack_wrapper.cc72 void *handle = dlopen("libmemtrack.so", RTLD_GLOBAL | RTLD_NOW); in LazyOpenLibmemtrack()
/external/swiftshader/third_party/LLVM/lib/Support/
DDynamicLibrary.cpp77 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
/external/llvm/lib/Support/
DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
/external/python/cpython3/Lib/ctypes/
D__init__.py11 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
30 DEFAULT_MODE = RTLD_GLOBAL
/external/python/cpython2/Lib/ctypes/
D__init__.py11 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
30 DEFAULT_MODE = RTLD_GLOBAL

1234