Searched refs:dli_fbase (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/include/
H A Ddlfcn.h81 void *dli_fbase; /* Base address of shared object. */ member in struct:dl_info
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp113 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase;
115 const struct mach_header *mh = (struct mach_header *)info.dli_fbase;
/freebsd-13-stable/contrib/libexecinfo/
H A Dsymtab.c187 uintptr_t fbase = st->ispie ? (uintptr_t)dli->dli_fbase : 0;
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp81 const struct mach_header_64 *mh = (const struct mach_header_64 *)dlinfo.dli_fbase;
83 const struct mach_header *mh = (const struct mach_header *)dlinfo.dli_fbase;
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c301 void *dli_fbase; member in struct:Dl_info
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp258 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase);
262 // Get the load bias. This is normally the same as the dli_fbase address on
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1430 void *dli_fbase; member in struct:dlinfo
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c3818 info->dli_fbase = obj->mapbase;

Completed in 145 milliseconds