Searched refs:kasan_crash_report (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/san/memory/ |
| H A D | kasan-helper.c | 58 void OS_NORETURN __asan_report_load##n(uptr p) { kasan_crash_report(p, n, TYPE_LOAD, 0); } \ 59 void OS_NORETURN __asan_report_store##n(uptr p) { kasan_crash_report(p, n, TYPE_STORE, 0); } \ 72 kasan_crash_report(p, sz, TYPE_LOAD, 0); in __asan_report_load_n() 77 kasan_crash_report(p, sz, TYPE_STORE, 0); in __asan_report_store_n()
|
| H A D | kasan-report.c | 132 kasan_crash_report(uptr p, uptr width, access_t access, violation_t reason) in kasan_crash_report() function 191 kasan_crash_report(addr, size, access, reason); in kasan_violation()
|
| H A D | kasan_internal.h | 199 void NOINLINE OS_NORETURN kasan_crash_report(uptr, uptr, access_t, violation_t);
|
| H A D | kasan-tbi.c | 197 kasan_crash_report(addr, width, access, REASON_MOD_OOB); in kasan_handle_brk_failure()
|