Home
last modified time | relevance | path

Searched refs:dli_fbase (Results 1 – 6 of 6) sorted by relevance

/freebsd/include/
H A Ddlfcn.h79 void *dli_fbase; /* Base address of shared object. */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp75 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase; in AsanApplyToGlobals()
77 const struct mach_header *mh = (struct mach_header *)info.dli_fbase; in AsanApplyToGlobals()
/freebsd/contrib/libexecinfo/
H A Dsymtab.c187 uintptr_t fbase = st->ispie ? (uintptr_t)dli->dli_fbase : 0; in symtab_find()
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c301 void *dli_fbase; member
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp331 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
/freebsd/libexec/rtld-elf/
H A Drtld.c4117 info->dli_fbase = obj->mapbase; in dladdr()