Home
last modified time | relevance | path

Searched refs:RTLD_DEFAULT (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dos_version_check.c98 RTLD_DEFAULT, "_availability_version_check"); in _initializeAvailabilityCheck()
109 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull"); in _initializeAvailabilityCheck()
114 (CFDataCreateWithBytesNoCopyFuncTy)dlsym(RTLD_DEFAULT, in _initializeAvailabilityCheck()
119 (CFPropertyListCreateWithDataFuncTy)dlsym(RTLD_DEFAULT, in _initializeAvailabilityCheck()
127 RTLD_DEFAULT, "CFPropertyListCreateFromXMLData"); in _initializeAvailabilityCheck()
135 RTLD_DEFAULT, "CFStringCreateWithCStringNoCopy"); in _initializeAvailabilityCheck()
139 (CFDictionaryGetValueFuncTy)dlsym(RTLD_DEFAULT, "CFDictionaryGetValue"); in _initializeAvailabilityCheck()
143 (CFGetTypeIDFuncTy)dlsym(RTLD_DEFAULT, "CFGetTypeID"); in _initializeAvailabilityCheck()
147 (CFStringGetTypeIDFuncTy)dlsym(RTLD_DEFAULT, "CFStringGetTypeID"); in _initializeAvailabilityCheck()
151 (CFStringGetCStringFuncTy)dlsym(RTLD_DEFAULT, "CFStringGetCString"); in _initializeAvailabilityCheck()
[all …]
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DGenealogy.cpp33 RTLD_DEFAULT, "os_activity_diagnostic_for_pid"); in Genealogy()
36 dlsym(RTLD_DEFAULT, "os_activity_iterate_processes"); in Genealogy()
39 dlsym(RTLD_DEFAULT, "os_activity_iterate_breadcrumbs"); in Genealogy()
42 bool (^)(os_trace_message_t)))dlsym(RTLD_DEFAULT, in Genealogy()
46 bool (^)(os_activity_entry_t)))dlsym(RTLD_DEFAULT, in Genealogy()
49 (uint8_t(*)(os_trace_message_t))dlsym(RTLD_DEFAULT, "os_trace_get_type"); in Genealogy()
51 RTLD_DEFAULT, "os_trace_copy_formatted_message"); in Genealogy()
54 RTLD_DEFAULT, "os_activity_for_thread"); in Genealogy()
56 RTLD_DEFAULT, "os_activity_for_task_thread"); in Genealogy()
59 uint64_t thread_id))dlsym(RTLD_DEFAULT, in Genealogy()
/openbsd/src/regress/libexec/ld.so/dlsym/test2/libbb/
Dbb.c37 if (dlsym(RTLD_DEFAULT, "mainSymbol") == NULL) { in bbTest1()
43 if (dlsym(RTLD_DEFAULT, "bbSymbol") == NULL) { in bbTest1()
/openbsd/src/regress/libexec/ld.so/dlsym/test3/libbb/
Dbb.c36 if (dlsym(RTLD_DEFAULT, "ddSymbol") != NULL) { in bbTest1()
97 if (dlsym(RTLD_DEFAULT, "eeSymbol") != NULL) { in bbTest2()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cpp77 dlsym(RTLD_DEFAULT, "__tsan_on_initialize")); in InitializeShadowMemory()
79 reinterpret_cast<int (*)(int)>(dlsym(RTLD_DEFAULT, "__tsan_on_finalize")); in InitializeShadowMemory()
/openbsd/src/libexec/ld.so/
Ddlfcn.c70 return RTLD_DEFAULT; in dlopen()
173 handle == RTLD_SELF || handle == RTLD_DEFAULT) { in dlsym()
187 else if (handle == RTLD_DEFAULT) in dlsym()
299 if (handle == RTLD_DEFAULT) in dlclose()
/openbsd/src/regress/libexec/ld.so/dlclose/test1/libbb/
Dbb.c34 if (dlsym(RTLD_DEFAULT, "bbSymbol") == NULL) { in bbTest1()
/openbsd/src/regress/libexec/ld.so/dlclose/test1/prog1/
Dmain.c40 if (dlsym(RTLD_DEFAULT, "aaSymbol") == NULL) { in main()
/openbsd/src/regress/libexec/ld.so/dlsym/test2/prog4/
Dmain.c45 if (dlsym(RTLD_DEFAULT, "ccSymbol") != NULL) { in main()
/openbsd/src/regress/libexec/ld.so/dlsym/test2/prog5/
Dmain.c46 if (dlsym(RTLD_DEFAULT, "ccSymbol") == NULL) { in main()
/openbsd/src/regress/libexec/ld.so/dlsym/test1/prog2/
Dmain.c33 if (dlsym(RTLD_DEFAULT, "aaSymbol") == NULL) { in main()
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DPosixSpawnResponsible.h37 (dlsym(RTLD_DEFAULT, "responsibility_spawnattrs_setdisclaim")); in setup_posix_spawn_responsible_flag()
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
DFuzzerInterceptors.cpp40 addr = dlsym(RTLD_DEFAULT, name); in getFuncAddr()
/openbsd/src/regress/libexec/ld.so/dlsym/test3/prog4/
Dmain.c49 a_sym = dlsym(RTLD_DEFAULT, "commonSymbol"); in main()
/openbsd/src/regress/libexec/ld.so/dlsym/test2/prog1/
Dmain.c41 if (dlsym(RTLD_DEFAULT, "bbSymbol") != NULL) { in main()
/openbsd/src/regress/libexec/ld.so/dlsym/test2/prog3/
Dmain.c42 if (dlsym(RTLD_DEFAULT, "bbSymbol") == NULL) { in main()
/openbsd/src/include/
Ddlfcn.h52 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
/openbsd/src/regress/libexec/ld.so/dlsym/test3/prog3/
Dmain.c58 a_sym = dlsym(RTLD_DEFAULT, "commonSymbol"); in main()
/openbsd/src/regress/libexec/ld.so/nodelete/test1/
Dtest1.c18 void *sym = dlsym(RTLD_DEFAULT, name); in checksym()
/openbsd/src/gnu/llvm/compiler-rt/lib/stats/
Dstats_client.cpp37 return dlsym(RTLD_DEFAULT, name); in LookupSymbolFromMain()
/openbsd/src/regress/libexec/ld.so/dlsym/test1/libaa/
Daa.c60 value = dlsym(RTLD_DEFAULT, "sigprocmask"); in aaTest()
/openbsd/src/gnu/llvm/compiler-rt/lib/interception/
Dinterception_linux.cpp49 addr = dlsym(RTLD_DEFAULT, name); in GetFuncAddr()
/openbsd/src/gnu/llvm/compiler-rt/lib/safestack/
Dsafestack_platform.h48 real = dlsym(RTLD_DEFAULT, symbol); in GetRealLibcAddress()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DDynamicLibrary.inc39 Handle = RTLD_DEFAULT;

12