Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp150 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation()
380 uptr tagged_addr, uptr access_size, in PrintAddressDescription()
574 void ReportInvalidFree(StackTrace *stack, uptr tagged_addr) { in ReportInvalidFree()
616 void ReportTailOverwritten(StackTrace *stack, uptr tagged_addr, uptr orig_size, in ReportTailOverwritten()
690 void ReportTagMismatch(StackTrace *stack, uptr tagged_addr, uptr access_size, in ReportTagMismatch()
H A Dhwasan_allocator.h113 uptr tagged_addr; member
H A Dhwasan.h85 static inline uptr UntagAddr(uptr tagged_addr) { in UntagAddr()