Lines Matching refs:stack
162 PrintShadowByte(str, " Stack left redzone: ",
164 PrintShadowByte(str, " Stack mid redzone: ",
166 PrintShadowByte(str, " Stack right redzone: ",
168 PrintShadowByte(str, " Stack partial redzone: ",
170 PrintShadowByte(str, " Stack after return: ",
172 PrintShadowByte(str, " Stack use after scope: ",
456 Printf("Address %p is located in stack of thread T%d%s", addr, t->tid(),
459 // Try to fetch precise stack frame for this access.
468 // We print this frame as a stack trace with one element.
470 // The frame numbers may be different than those in the stack trace printed
473 // (e.g. use-after-scope, or different thread's stack).
487 Printf("AddressSanitizer can't parse the stack frame "
489 // 'addr' is a stack address, so return true even if we can't parse frame
493 // Report the number of stack objects.
504 "some custom stack unwind mechanism or swapcontext\n");
746 "ERROR: AddressSanitizer: stack-overflow on address %p"
751 ScarinessScore::PrintSimple(10, "stack-overflow");
753 stack.Print();
754 ReportErrorSummary("stack-overflow", &stack);
793 stack.Print();
796 ReportErrorSummary(description, &stack);
813 stack.Print();
815 ReportErrorSummary("double-free", &stack);
836 stack.Print();
838 ReportErrorSummary("new-delete-type-mismatch", &stack);
856 stack.Print();
858 ReportErrorSummary("bad-free", &stack);
878 stack.Print();
880 ReportErrorSummary("alloc-dealloc-mismatch", &stack);
885 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) {
893 stack->Print();
895 ReportErrorSummary("bad-malloc_usable_size", stack);
899 BufferedStackTrace *stack) {
907 stack->Print();
909 ReportErrorSummary("bad-__sanitizer_get_allocated_size", stack);
915 BufferedStackTrace *stack) {
926 stack->Print();
929 ReportErrorSummary(bug_type, stack);
933 BufferedStackTrace *stack) {
941 stack->Print();
943 ReportErrorSummary(bug_type, stack);
948 BufferedStackTrace *stack) {
960 stack->Print();
961 ReportErrorSummary("bad-__sanitizer_annotate_contiguous_container", stack);
1003 stack.Print();
1006 ReportErrorSummary(bug_type, &stack);
1025 BufferedStackTrace *stack) {
1031 stack->Print();
1117 bug_descr = "stack-buffer-underflow";
1128 bug_descr = "stack-buffer-overflow";
1133 bug_descr = "stack-use-after-return";
1146 bug_descr = "stack-use-after-scope";
1160 bug_descr = "dynamic-stack-buffer-overflow";
1192 stack.Print();
1197 ReportErrorSummary(bug_descr, &stack);