Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 126) sorted by relevance

123456

/external/python/cpython2/Modules/
Ddlmodule.c12 #ifndef RTLD_LAZY
13 #define RTLD_LAZY 1 macro
175 mode = RTLD_LAZY; in dl_open()
181 if (mode != RTLD_LAZY) { in dl_open()
257 x = PyInt_FromLong((long)RTLD_LAZY); in initdl()
/external/swiftshader/src/Common/
DSharedLibrary.hpp90 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary()
99 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
103 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-module-unloaded.cc28 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1 in main()
33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 in main()
Dcoverage-direct-activation.cc51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib in main()
Dcoverage-direct.cc75 void *handle1 = dlopen(argv[1], RTLD_LAZY); in main()
/external/python/cpython2/Doc/library/
Ddl.rst34 .. function:: open(name[, mode=RTLD_LAZY])
37 (:const:`RTLD_LAZY`) or immediate binding (:const:`RTLD_NOW`). Default is
38 :const:`RTLD_LAZY`. Note that some systems do not support :const:`RTLD_NOW`.
45 .. data:: RTLD_LAZY
/external/iproute2/tc/
Dtc.c132 dlh = dlopen(buf, RTLD_LAZY); in get_qdisc_kind()
137 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_qdisc_kind()
184 dlh = dlopen(buf, RTLD_LAZY); in get_filter_kind()
188 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_filter_kind()
Dtc_exec.c54 dlh = dlopen(buf, RTLD_LAZY); in get_exec_kind()
58 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_exec_kind()
Dm_ipt.c195 handle = dlopen(path, RTLD_LAZY); in get_target_name()
199 handle = dlopen(path, RTLD_LAZY); in get_target_name()
203 handle = dlopen(path, RTLD_LAZY); in get_target_name()
208 handle = dlopen(path, RTLD_LAZY); in get_target_name()
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c45 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
48 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
/external/iproute2/genl/
Dgenl.c67 dlh = dlopen(buf, RTLD_LAZY); in get_genl_kind()
71 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_genl_kind()
/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp139 handle = dlopen(UNINSTALLED_LOADER, RTLD_LAZY); in load_vk()
140 if (!handle) handle = dlopen(filename, RTLD_LAZY); in load_vk()
142 handle = dlopen(filename, RTLD_LAZY); in load_vk()
DShellWayland.cpp250 handle = dlopen(UNINSTALLED_LOADER, RTLD_LAZY); in load_vk()
251 if (!handle) handle = dlopen(filename, RTLD_LAZY); in load_vk()
253 handle = dlopen(filename, RTLD_LAZY); in load_vk()
/external/python/cpython2/Python/
Dpystate.c20 #ifndef RTLD_LAZY
21 #define RTLD_LAZY 1 macro
81 interp->dlopenflags = RTLD_LAZY; in PyInterpreterState_New()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c350 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
359 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
/external/v8/src/third_party/vtune/
Djitprofiling.cc369 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
378 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
/external/compiler-rt/test/asan/TestCases/Linux/
Dasan_dlopen_test.cc11 dlopen(RT, RTLD_LAZY); in main()
/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…
5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
/external/fio/os/windows/posix/include/
Ddlfcn.h4 #define RTLD_LAZY 1 macro
/external/skia/src/ports/
DSkOSLibrary_posix.cpp15 return dlopen(libraryName, RTLD_LAZY); in DynamicLoadLibrary()
/external/skqp/src/ports/
DSkOSLibrary_posix.cpp15 return dlopen(libraryName, RTLD_LAZY); in DynamicLoadLibrary()
/external/libxml2/os400/dlfcn/
Ddlfcn.h18 #define RTLD_LAZY 000 macro
/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…
5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py3 RTLD_LAZY = 0x00001 variable
/external/valgrind/cachegrind/tests/
Ddlclose.c19 handle = dlopen ("./myprint.so", RTLD_LAZY); in main()

123456