/openbsd/lib/libc/dlfcn/ |
H A D | dlfcn_stubs.c | 105 dladdr(const void *addr, struct dl_info *info) in dladdr() function 107 if (_dl_cb != NULL && _dl_cb->dladdr != NULL) in dladdr() 108 return _dl_cb->dladdr(addr, info); in dladdr() 112 DEF_WEAK(dladdr);
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_mac.cpp | 32 int result = dladdr((const void *)addr, &info); in SymbolizePC() 52 int result = dladdr((const void *)addr, &info); in SymbolizeData() 175 int result = dladdr((const void *)addr, &info); in SymbolizePC()
|
H A D | sanitizer_mac.cpp | 991 RAW_CHECK(dladdr(dlsym(RTLD_DEFAULT, "puts"), &info_puts)); in VerifyInterceptorsWorking() 992 RAW_CHECK(dladdr((void *)__sanitizer_report_error_summary, &info_runtime)); in VerifyInterceptorsWorking() 1042 RAW_CHECK(dladdr((void *)__sanitizer_report_error_summary, &info)); in StripEnv()
|
/openbsd/gnu/gcc/gcc/config/s390/ |
H A D | tpf-unwind.h | 160 retval = dladdr (target, &targetcodeInfo); in __tpf_eh_return() 193 retval = dladdr (current, ¤tcodeInfo); in __tpf_eh_return()
|
/openbsd/lib/libc/hidden/ |
H A D | dlfcn.h | 23 PROTO_NORMAL(dladdr);
|
/openbsd/libexec/ld.so/ |
H A D | Symbols.map | 5 dladdr;
|
H A D | loader.c | 97 .dladdr = &dladdr,
|
H A D | dlfcn.c | 624 dladdr(const void *addr, Dl_info *info) in dladdr() function
|
/openbsd/include/ |
H A D | dlfcn.h | 101 int dladdr(const void *__restrict, Dl_info_t *__restrict);
|
H A D | tib.h | 243 int (*dladdr)(const void *, struct dl_info *); member
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexer.cpp | 131 if (dladdr((void *)(uintptr_t)clang_createTranslationUnit, &info) != 0) { in getClangResourcesPath()
|
/openbsd/gnu/lib/libexecinfo/ |
H A D | backtrace.c | 133 (void)dladdr(addr, &dli); in format_address()
|
/openbsd/gnu/llvm/libcxxabi/cmake/ |
H A D | config-ix.cmake | 100 check_library_exists(dl dladdr "" LIBCXXABI_HAS_DL_LIB)
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 71 int err = dladdr(needle, &info); in AsanApplyToGlobals()
|
/openbsd/gnu/llvm/libunwind/cmake/ |
H A D | config-ix.cmake | 111 check_library_exists(dl dladdr "" LIBUNWIND_HAS_DL_LIB)
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1510 INTERCEPTOR(int, dladdr, void *addr, dlinfo *info) { in INTERCEPTOR() argument 1512 COMMON_INTERCEPTOR_ENTER(ctx, dladdr, addr, info); in INTERCEPTOR() 1513 int res = REAL(dladdr)(addr, info); in INTERCEPTOR() 1770 INTERCEPT_FUNCTION(dladdr); in InitializeInterceptors()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Host.cpp | 336 if (::dladdr(host_addr, &info)) { in GetModuleFileSpecForHostAddress()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 590 dladdr(StackTrace[i], &dlinfo); 605 dladdr(StackTrace[i], &dlinfo);
|
H A D | Path.inc | 196 // from there is much faster than calling dladdr, especially for large 321 // Use dladdr to get executable path if available. 323 int err = dladdr(MainAddr, &DLInfo);
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | AddressSpace.hpp | 713 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()
|
/openbsd/gnu/llvm/llvm/include/llvm/Config/ |
H A D | config.h.cmake | 59 /* Define if dladdr() is available on this platform. */
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 278 if (dladdr(reinterpret_cast<void *>(ptr), &info) == 0) in GetGlobalSizeFromDescriptor()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 160 fun:dladdr=discard
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | thread-db.c | 647 if (dladdr ((*td_ta_new_p), &info) != 0) in thread_db_new_objfile()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 481 dladdr
|