HomeSort by: relevance | last modified time | path
    Searched defs:PrintShadowByte (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.cc 481 static void PrintShadowByte(InternalScopedString *str, const char *before,
491 PrintShadowByte(str, " Addressable: ", 0);
493 for (u8 i = 1; i < SHADOW_GRANULARITY; i++) PrintShadowByte(str, "", i, " ");
495 PrintShadowByte(str, " Heap left redzone: ",
497 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic);
498 PrintShadowByte(str, " Stack left redzone: ",
500 PrintShadowByte(str, " Stack mid redzone: ",
502 PrintShadowByte(str, " Stack right redzone: ",
504 PrintShadowByte(str, " Stack after return: ",
506 PrintShadowByte(str, " Stack use after scope: "
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_errors.cpp 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: "
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_errors.cpp 495 static void PrintShadowByte(InternalScopedString *str, const char *before,
505 PrintShadowByte(str, " Addressable: ", 0);
507 for (u8 i = 1; i < SHADOW_GRANULARITY; i++) PrintShadowByte(str, "", i, " ");
509 PrintShadowByte(str, " Heap left redzone: ",
511 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic);
512 PrintShadowByte(str, " Stack left redzone: ",
514 PrintShadowByte(str, " Stack mid redzone: ",
516 PrintShadowByte(str, " Stack right redzone: ",
518 PrintShadowByte(str, " Stack after return: ",
520 PrintShadowByte(str, " Stack use after scope: "
    [all...]

Completed in 14 milliseconds