Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h38 int GetGlobalsForAddress(uptr addr, __asan_global *globals, u32 *reg_sites,
76 void ReportODRViolation(const __asan_global *g1, u32 stack_id1,
77 const __asan_global *g2, u32 stack_id2);
Dasan_globals.cc31 typedef __asan_global Global;
78 static bool IsAddressNearGlobal(uptr addr, const __asan_global &g) { in IsAddressNearGlobal()
216 void __asan_register_globals(__asan_global *globals, uptr n) { in __asan_register_globals()
237 void __asan_unregister_globals(__asan_global *globals, uptr n) { in __asan_unregister_globals()
Dasan_interface_internal.h47 struct __asan_global { struct
62 void __asan_register_globals(__asan_global *globals, uptr n); argument
64 void __asan_unregister_globals(__asan_global *globals, uptr n);
Dasan_report.cc261 const __asan_global &g) { in PrintGlobalNameIfASCII()
271 static const char *GlobalFilename(const __asan_global &g) { in GlobalFilename()
281 const __asan_global &g) { in PrintGlobalLocation()
292 const __asan_global &g) { in DescribeAddressRelativeToGlobal()
321 __asan_global globals[kMaxGlobalsInReport]; in DescribeAddressIfGlobal()
934 void ReportODRViolation(const __asan_global *g1, u32 stack_id1, in ReportODRViolation()
935 const __asan_global *g2, u32 stack_id2) { in ReportODRViolation()