Home
last modified time | relevance | path

Searched defs:registers_frame (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp199 uptr *registers_frame) { in HandleTagMismatch()
220 void HwasanTagMismatch(uptr addr, uptr access_info, uptr *registers_frame, in HwasanTagMismatch()
594 void __hwasan_tag_mismatch4(uptr addr, uptr access_info, uptr *registers_frame, in __hwasan_tag_mismatch4()
H A Dhwasan_report.cpp680 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch()