Home
last modified time | relevance | path

Searched refs:IsWritable (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc68 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
75 NextSectionLoad<struct section>(module, data_, IsWritable()); in AddAddressRanges()
78 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
H A Dsanitizer_procmaps.h46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable() function
H A Dsanitizer_procmaps_common.cc70 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_linux.cc1017 if ((segment.end >= 3 * gbyte) && segment.IsWritable()) return 0; in GetKernelAreaSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h61 bool IsWritable();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp70 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Dworking_set.cpp168 if (isShadowMem(Segment.start) && Segment.IsWritable()) { in computeWorkingSizeAndReset()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc190 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()