Searched refs:dli_fbase (Results 1 – 6 of 6) sorted by relevance
71 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase; in AsanApplyToGlobals()73 const struct mach_header *mh = (struct mach_header *)info.dli_fbase; in AsanApplyToGlobals()
79 void *dli_fbase; /* Base address of shared object. */ member
187 uintptr_t fbase = st->ispie ? (uintptr_t)dli->dli_fbase : 0; in symtab_find()
302 void *dli_fbase; member
369 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
4153 info->dli_fbase = obj->mapbase; in dladdr()