| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBMemoryRegionInfo.i | 44 IsExecutable ();
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBMemoryRegionInfo.h | 62 bool IsExecutable();
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | InstrumentationRuntime.cpp | 59 module_sp->IsExecutable()) { in ModulesDidLoad()
|
| /openbsd/src/gnu/llvm/llvm/tools/gold/ |
| D | gold-plugin.cpp | 122 static bool IsExecutable = false; variable 362 IsExecutable = false; in onload() 366 IsExecutable = false; in onload() 370 IsExecutable = true; in onload() 374 IsExecutable = true; in onload() 799 (IsExecutable || !Res.DefaultVisibility)) in addModule()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_procmaps.h | 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() function
|
| D | sanitizer_procmaps_mac.cpp | 66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges() 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges()
|
| D | sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
| D | sanitizer_symbolizer_report.cpp | 143 if (pc >= segment.start && pc < segment.end && !segment.IsExecutable()) in MaybeReportNonExecRegion()
|
| D | sanitizer_posix.cpp | 291 if (segment.IsExecutable() && in GetCodeRangeForFile()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| D | ObjectFileBreakpad.h | 64 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| D | ObjectFileJIT.h | 66 bool IsExecutable() const override;
|
| D | ObjectFileJIT.cpp | 103 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable() function in ObjectFileJIT
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| D | ObjectFileWasm.h | 72 bool IsExecutable() const override { return false; } in IsExecutable() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | MachOUniversalWriter.cpp | 316 const bool IsExecutable = any_of(Slices, [](Slice S) { in writeUniversalBinary() local 320 if (IsExecutable) in writeUniversalBinary()
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBMemoryRegionInfo.cpp | 109 bool SBMemoryRegionInfo::IsExecutable() { in IsExecutable() function in SBMemoryRegionInfo
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | ObjectFile.h | 273 virtual bool IsExecutable() const = 0;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.h | 87 bool IsExecutable() const override;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| D | ObjectFilePECOFF.h | 106 bool IsExecutable() const override;
|
| D | ObjectFilePECOFF.cpp | 499 bool ObjectFilePECOFF::IsExecutable() const { in IsExecutable() function in ObjectFilePECOFF 1161 if (!ParseHeader() || !IsExecutable()) in GetEntryPointAddress()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.h | 108 bool IsExecutable() const override;
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | COFFDump.cpp | 750 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local 751 if (IsExecutable) { in printCOFFUnwindInfo()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_platform_linux.cpp | 194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| D | DynamicLoaderHexagonDYLD.cpp | 523 if (object.IsExecutable()) { in GetEntryPoint()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Module.h | 552 bool IsExecutable();
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Module.cpp | 1451 bool Module::IsExecutable() { in IsExecutable() function in Module 1455 return GetObjectFile()->IsExecutable(); in IsExecutable()
|