Searched refs:PrintShadowByte (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 121 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() function 135 PrintShadowByte(str, before, *p, after); in PrintShadowBytes() 145 PrintShadowByte(str, " Addressable: ", 0); in PrintLegend() 147 for (u8 i = 1; i < SHADOW_GRANULARITY; i++) PrintShadowByte(str, "", i, " "); in PrintLegend() 149 PrintShadowByte(str, " Heap left redzone: ", in PrintLegend() 151 PrintShadowByte(str, " Heap right redzone: ", in PrintLegend() 153 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic); in PrintLegend() 154 PrintShadowByte(str, " Stack left redzone: ", in PrintLegend() 156 PrintShadowByte(str, " Stack mid redzone: ", in PrintLegend() 158 PrintShadowByte(str, " Stack right redzone: ", in PrintLegend() [all …]
|