Searched refs:ASAN_REPORT_ERROR (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/sanitizers/
H A Dasan-stubs.c54 #define ASAN_REPORT_ERROR(type, is_write, size) \ macro
60 ASAN_REPORT_ERROR(load, false, 1)
61 ASAN_REPORT_ERROR(load, false, 2)
62 ASAN_REPORT_ERROR(load, false, 4)
63 ASAN_REPORT_ERROR(load, false, 8)
64 ASAN_REPORT_ERROR(load, false, 16)
65 ASAN_REPORT_ERROR(store, true, 1)
66 ASAN_REPORT_ERROR(store, true, 2)
67 ASAN_REPORT_ERROR(store, true, 4)
68 ASAN_REPORT_ERROR(stor
[all...]

Completed in 20 milliseconds