Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp271 auto *ehdr = reinterpret_cast<const ElfW(Ehdr) *>(info.dli_fbase); in GetGlobalSizeFromDescriptor()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1477 void *dli_fbase; member
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3130 EXPECT_NOT_POISONED((unsigned long)info.dli_fbase); in TEST()