Home
last modified time | relevance | path

Searched refs:chunk_access (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp104 region_address = heap->chunk_access.chunk_begin; in __asan_locate_address()
105 region_size = heap->chunk_access.chunk_size; in __asan_locate_address()
H A Dasan_report.cpp410 hdesc1.chunk_access.access_type == kAccessTypeInside) in IsInvalidPointerPair()
412 hdesc2.chunk_access.access_type != kAccessTypeInside || in IsInvalidPointerPair()
413 hdesc1.chunk_access.chunk_begin != hdesc2.chunk_access.chunk_begin; in IsInvalidPointerPair()
H A Dasan_descriptions.h126 ChunkAccess chunk_access; member
H A Dasan_descriptions.cpp162 GetAccessToHeapChunkInformation(&descr->chunk_access, chunk, addr, in GetHeapAddressInformation()
413 PrintHeapChunkAccess(addr, chunk_access); in Print()