Home
last modified time | relevance | path

Searched refs:IsAccessibleMemoryRange (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cc54 if (!IsAccessibleMemoryRange((uptr)obj_locator_ptr, sizeof(void*))) in getDynamicTypeInfoFromVtable()
58 if (!IsAccessibleMemoryRange((uptr)obj_locator, in getDynamicTypeInfoFromVtable()
72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable()
H A Dubsan_type_hash_itanium.cc201 if (!IsAccessibleMemoryRange((uptr)Prefix, sizeof(VtablePrefix))) in getVtablePrefix()
H A Dubsan_diag.cc268 if (!IsAccessibleMemoryRange(Min, Max - Min)) { in PrintMemorySnippet()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc253 if (!IsStackAccess && IsAccessibleMemoryRange(pc, 4)) { in IsStackOverflow()
281 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
H A Dsanitizer_symbolizer_report.cc152 if (IsAccessibleMemoryRange(pc, 16)) { in MaybeDumpInstructionBytes()
H A Dsanitizer_rtems.cc235 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
H A Dsanitizer_fuchsia.cc382 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
H A Dsanitizer_common.h212 bool IsAccessibleMemoryRange(uptr beg, uptr size);
H A Dsanitizer_win.cc872 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc261 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads()