Searched refs:PrintShadowByte (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 92 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() function 108 PrintShadowByte(str, before, *p, after); in PrintShadowBytes() 118 PrintShadowByte(str, " Addressable: ", 0); in PrintLegend() 120 for (u8 i = 1; i < SHADOW_GRANULARITY; i++) PrintShadowByte(str, "", i, " "); in PrintLegend() 122 PrintShadowByte(str, " Heap left redzone: ", in PrintLegend() 124 PrintShadowByte(str, " Heap right redzone: ", in PrintLegend() 126 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic); in PrintLegend() 127 PrintShadowByte(str, " Stack left redzone: ", in PrintLegend() 129 PrintShadowByte(str, " Stack mid redzone: ", in PrintLegend() 131 PrintShadowByte(str, " Stack right redzone: ", in PrintLegend() [all …]
|