Searched refs:PrintShadowByte (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 129 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() function 143 PrintShadowByte(str, before, *p, after); in PrintShadowBytes() 153 PrintShadowByte(str, " Addressable: ", 0); in PrintLegend() 155 for (u8 i = 1; i < SHADOW_GRANULARITY; i++) PrintShadowByte(str, "", i, " "); in PrintLegend() 157 PrintShadowByte(str, " Heap left redzone: ", in PrintLegend() 159 PrintShadowByte(str, " Heap right redzone: ", in PrintLegend() 161 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic); in PrintLegend() 162 PrintShadowByte(str, " Stack left redzone: ", in PrintLegend() 164 PrintShadowByte(str, " Stack mid redzone: ", in PrintLegend() 166 PrintShadowByte(str, " Stack right redzone: ", in PrintLegend() [all …]
|