Searched refs:__asan_global (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.h | 38 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);
|
D | asan_globals.cc | 31 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()
|
D | asan_interface_internal.h | 47 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);
|
D | asan_report.cc | 261 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()
|