Searched refs:MidAppMemBeg (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_posix.cpp120 if (MidAppMemBeg()) {
121 ProtectRange(MetaShadowEnd(), MidAppMemBeg());
H A Dtsan_platform_linux.cpp110 (p >= MidAppMemBeg() && p < MidAppMemEnd()) ||
H A Dtsan_platform.h768 uptr MidAppMemBeg(void) { return SelectMapping<MappingField>(kMidAppMemBeg); } function in namespace:__tsan
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_posix.cc159 ProtectRange(MetaShadowEnd(), MidAppMemBeg());
H A Dtsan_platform.h587 uptr MidAppMemBeg(void) { function in namespace:__tsan
652 *start = MidAppMemBeg();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_posix.cc157 ProtectRange(MetaShadowEnd(), MidAppMemBeg());
H A Dtsan_platform.h585 uptr MidAppMemBeg(void) { function in namespace:__tsan
650 *start = MidAppMemBeg();

Completed in 95 milliseconds