Home
last modified time | relevance | path

Searched defs:tagged_addr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp141 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation()
371 uptr tagged_addr, uptr access_size, in PrintAddressDescription()
565 void ReportInvalidFree(StackTrace *stack, uptr tagged_addr) { in ReportInvalidFree()
606 void ReportTailOverwritten(StackTrace *stack, uptr tagged_addr, uptr orig_size, in ReportTailOverwritten()
679 void ReportTagMismatch(StackTrace *stack, uptr tagged_addr, uptr access_size, in ReportTagMismatch()
H A Dhwasan_allocator.h103 uptr tagged_addr; member
H A Dhwasan.h85 static inline uptr UntagAddr(uptr tagged_addr) { in UntagAddr()