Home
last modified time | relevance | path

Searched refs:aligned_shadow (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_rtl.cc408 uintptr_t aligned_shadow = shadow_addr & ~(kWordSize - 1); in __asan_report_error() local
409 PrintBytes(" ", (uintptr_t*)(aligned_shadow)); in __asan_report_error()
411 PrintBytes(" ", (uintptr_t*)(aligned_shadow-4*kWordSize)); in __asan_report_error()
412 PrintBytes(" ", (uintptr_t*)(aligned_shadow-3*kWordSize)); in __asan_report_error()
413 PrintBytes(" ", (uintptr_t*)(aligned_shadow-2*kWordSize)); in __asan_report_error()
414 PrintBytes(" ", (uintptr_t*)(aligned_shadow-1*kWordSize)); in __asan_report_error()
415 PrintBytes("=>", (uintptr_t*)(aligned_shadow+0*kWordSize)); in __asan_report_error()
416 PrintBytes(" ", (uintptr_t*)(aligned_shadow+1*kWordSize)); in __asan_report_error()
417 PrintBytes(" ", (uintptr_t*)(aligned_shadow+2*kWordSize)); in __asan_report_error()
418 PrintBytes(" ", (uintptr_t*)(aligned_shadow+3*kWordSize)); in __asan_report_error()
[all …]