Home
last modified time | relevance | path

Searched refs:AppAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_platform.h121 uptr AppAddr() { return MappingArchImpl<MAPPING_APP_ADDR>(); } in AppAddr() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_platform.h86 uptr AppAddr() { return MappingArchImpl<MAPPING_APP_ADDR>(); } in AppAddr() function
H A Dtysan.cpp383 if (!MmapFixedNoReserve(ShadowAddr(), AppAddr() - ShadowAddr())) in __tysan_init()