/external/compiler-rt/test/tsan/ |
D | ignore_lib2.cc | 19 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main() 20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib3.cc | 22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib1.cc | 24 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib4.cc | 39 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
/external/libxml2/ |
D | xmlmodule.c | 206 #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/ |
D | dri_common.c | 47 #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/ |
D | dlfcn.h | 20 #define RTLD_GLOBAL 010 macro
|
/external/iproute2/include/ |
D | dlfcn.h | 11 #define RTLD_GLOBAL 1 macro
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dl.c | 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL); in util_dl_open()
|
/external/mesa3d/src/mesa/main/ |
D | dlopen.h | 52 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */ in _mesa_dlopen()
|
D | texcompress_s3tc.c | 56 #define RTLD_GLOBAL 0 macro
|
/external/mesa3d/src/gbm/main/ |
D | backend.c | 73 module = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in load_backend()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DynamicLibrary.cpp | 77 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
|
/external/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
|
/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 195 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/ |
D | instrprof-dlopen.test | 5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 393 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/ |
D | m_action.c | 114 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL); in get_action_kind()
|
/external/skia/third_party/lua/src/ |
D | loadlib.c | 135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load()
|
/external/syslinux/com32/lua/src/ |
D | loadlib.c | 139 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load()
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 2129 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
|
/external/ppp/pppd/ |
D | options.c | 1614 handle = dlopen(path, RTLD_GLOBAL | RTLD_NOW);
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | libtool.m4 | 832 #ifdef RTLD_GLOBAL 833 # define LT_DLGLOBAL RTLD_GLOBAL
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 1655 #ifdef RTLD_GLOBAL 1656 # define LT_DLGLOBAL RTLD_GLOBAL
|