Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp52 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, in HwasanGlobalsFor()
81 auto *globals_begin = reinterpret_cast<const hwasan_global *>( in HwasanGlobalsFor()
83 auto *globals_end = reinterpret_cast<const hwasan_global *>( in HwasanGlobalsFor()
H A Dhwasan_globals.h26 struct hwasan_global { struct
44 ArrayRef<const hwasan_global> HwasanGlobalsFor(ElfW(Addr) base, argument
H A Dhwasan.cpp286 static bool InitializeSingleGlobal(const hwasan_global &global) { in InitializeSingleGlobal()
302 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.cpp389 for (const hwasan_global &global : in GetGlobalSizeFromDescriptor()