Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.h44 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base,
H A Dhwasan_globals.cpp52 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, in HwasanGlobalsFor() function
H A Dhwasan.cpp302 for (const hwasan_global &global : HwasanGlobalsFor( in InitLoadedGlobals()
345 for (const hwasan_global &global : HwasanGlobalsFor( in __hwasan_init_static()
419 for (const hwasan_global &global : HwasanGlobalsFor(base, phdr, phnum)) in __hwasan_library_loaded()
H A Dhwasan_report.cpp390 HwasanGlobalsFor(load_bias, phdr_begin, ehdr->e_phnum)) in GetGlobalSizeFromDescriptor()