Lines Matching defs:PrintShadowByte
514 static void PrintShadowByte(InternalScopedString *str, const char *before,
524 PrintShadowByte(str, " Addressable: ", 0);
527 PrintShadowByte(str, "", i, " ");
529 PrintShadowByte(str, " Heap left redzone: ",
531 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic);
532 PrintShadowByte(str, " Stack left redzone: ",
534 PrintShadowByte(str, " Stack mid redzone: ",
536 PrintShadowByte(str, " Stack right redzone: ",
538 PrintShadowByte(str, " Stack after return: ",
540 PrintShadowByte(str, " Stack use after scope: ",
542 PrintShadowByte(str, " Global redzone: ", kAsanGlobalRedzoneMagic);
543 PrintShadowByte(str, " Global init order: ",
545 PrintShadowByte(str, " Poisoned by user: ",
547 PrintShadowByte(str, " Container overflow: ",
549 PrintShadowByte(str, " Array cookie: ",
551 PrintShadowByte(str, " Intra object redzone: ",
553 PrintShadowByte(str, " ASan internal: ", kAsanInternalHeapMagic);
554 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic);
555 PrintShadowByte(str, " Right alloca redzone: ", kAsanAllocaRightMagic);
569 PrintShadowByte(str, before, *p, after);