Home
last modified time | relevance | path

Searched refs:dladdr (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/lib/libc/dlfcn/
H A Ddlfcn_stubs.c105 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 Dsanitizer_symbolizer_mac.cpp32 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 Dsanitizer_mac.cpp991 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 Dtpf-unwind.h160 retval = dladdr (target, &targetcodeInfo); in __tpf_eh_return()
193 retval = dladdr (current, &currentcodeInfo); in __tpf_eh_return()
/openbsd/lib/libc/hidden/
H A Ddlfcn.h23 PROTO_NORMAL(dladdr);
/openbsd/libexec/ld.so/
H A DSymbols.map5 dladdr;
H A Dloader.c97 .dladdr = &dladdr,
H A Ddlfcn.c624 dladdr(const void *addr, Dl_info *info) in dladdr() function
/openbsd/include/
H A Ddlfcn.h101 int dladdr(const void *__restrict, Dl_info_t *__restrict);
H A Dtib.h243 int (*dladdr)(const void *, struct dl_info *); member
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexer.cpp131 if (dladdr((void *)(uintptr_t)clang_createTranslationUnit, &info) != 0) { in getClangResourcesPath()
/openbsd/gnu/lib/libexecinfo/
H A Dbacktrace.c133 (void)dladdr(addr, &dli); in format_address()
/openbsd/gnu/llvm/libcxxabi/cmake/
H A Dconfig-ix.cmake100 check_library_exists(dl dladdr "" LIBCXXABI_HAS_DL_LIB)
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_mac.cpp71 int err = dladdr(needle, &info); in AsanApplyToGlobals()
/openbsd/gnu/llvm/libunwind/cmake/
H A Dconfig-ix.cmake111 check_library_exists(dl dladdr "" LIBUNWIND_HAS_DL_LIB)
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1510 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 DHost.cpp336 if (::dladdr(host_addr, &info)) { in GetModuleFileSpecForHostAddress()
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc590 dladdr(StackTrace[i], &dlinfo);
605 dladdr(StackTrace[i], &dlinfo);
H A DPath.inc196 // 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 DAddressSpace.hpp713 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()
/openbsd/gnu/llvm/llvm/include/llvm/Config/
H A Dconfig.h.cmake59 /* Define if dladdr() is available on this platform. */
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp278 if (dladdr(reinterpret_cast<void *>(ptr), &info) == 0) in GetGlobalSizeFromDescriptor()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt160 fun:dladdr=discard
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread-db.c647 if (dladdr ((*td_ta_new_p), &info) != 0) in thread_db_new_objfile()
/openbsd/lib/libc/
H A DSymbols.list481 dladdr

12