Home
last modified time | relevance | path

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

12

/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/libxml2/
Dxmlmodule.c206 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
207 #define RTLD_GLOBAL 0 macro
220 return dlopen(name, RTLD_GLOBAL | RTLD_NOW); in xmlModulePlatformOpen()
/external/mesa3d/src/glx/
Ddri_common.c47 #ifndef RTLD_GLOBAL
48 #define RTLD_GLOBAL 0 macro
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
/external/libxml2/os400/dlfcn/
Ddlfcn.h20 #define RTLD_GLOBAL 010 macro
/external/iproute2/include/
Ddlfcn.h11 #define RTLD_GLOBAL 1 macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL); in util_dl_open()
/external/mesa3d/src/mesa/main/
Ddlopen.h52 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */ in _mesa_dlopen()
Dtexcompress_s3tc.c56 #define RTLD_GLOBAL 0 macro
/external/mesa3d/src/gbm/main/
Dbackend.c73 module = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in load_backend()
/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/compiler-rt/test/profile/
Dinstrprof-dlopen.test5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c195 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_load_driver()
200 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_load_driver()
/external/compiler-rt/test/profile/Linux/
Dinstrprof-dlopen.test5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c393 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri2_open_driver()
398 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri2_open_driver()
1509 handle = dlopen(libname, RTLD_LAZY | RTLD_GLOBAL); in dri2_load()
/external/iproute2/tc/
Dm_action.c114 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL); in get_action_kind()
/external/skia/third_party/lua/src/
Dloadlib.c135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load()
/external/syslinux/com32/lua/src/
Dloadlib.c139 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load()
/external/icu/icu4c/source/common/
Dputil.cpp2129 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
/external/ppp/pppd/
Doptions.c1614 handle = dlopen(path, RTLD_GLOBAL | RTLD_NOW);
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dlibtool.m4832 #ifdef RTLD_GLOBAL
833 # define LT_DLGLOBAL RTLD_GLOBAL
/external/google-breakpad/m4/
Dlibtool.m41655 #ifdef RTLD_GLOBAL
1656 # define LT_DLGLOBAL RTLD_GLOBAL

12