Searched refs:dli_fbase (Results 1 – 9 of 9) sorted by relevance
79 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase; in AsanApplyToGlobals()81 const struct mach_header *mh = (struct mach_header *)info.dli_fbase; in AsanApplyToGlobals()
47 void *dli_fbase; /* Base address of shared object */ member
68 (unsigned long) info.dli_fbase & mask; in main()
177 info.dli_fname, info.dli_fbase); in main()
294 const struct mach_header_64 *mh = (const struct mach_header_64 *)dlinfo.dli_fbase; in _dyld_find_unwind_sections()296 const struct mach_header *mh = (const struct mach_header *)dlinfo.dli_fbase; in _dyld_find_unwind_sections()
1351 void *dli_fbase; member
2898 EXPECT_NOT_POISONED((unsigned long)info.dli_fbase); in TEST()