Home | History | Annotate | Download | only in asan

Lines Matching full:shadow

124   Printf("Shadow byte legend (one shadow byte represents %d "
152 Printf("Shadow bytes around the buggy address:\n");
232 Printf(kAddrInShadowReport, addr, "shadow gap area");
236 Printf(kAddrInShadowReport, addr, "high shadow area");
240 Printf(kAddrInShadowReport, addr, "low shadow area");
243 CHECK(0 && "Address is not in memory and not in shadow?");
405 // Check if this is shadow or shadow gap.
682 // If we are accessing 16 bytes, look at the second shadow byte.
685 // If we are in the partial right redzone, look at the next shadow byte.