| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 74 if (Flags & ELF::SHF_EXECINSTR) in printSwitchToSection() 91 if (Flags & ELF::SHF_EXECINSTR) in printSwitchToSection() 214 return getFlags() & ELF::SHF_EXECINSTR; in useCodeAlign()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFELFObjectWriter.cpp | 71 if ((Flags & ELF::SHF_ALLOC) && (Flags & ELF::SHF_EXECINSTR)) in getRelocType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 98 ELF::SHF_EXECINSTR | in ParseSectionDirectiveText() 303 flags |= ELF::SHF_EXECINSTR; in parseSectionFlags() 377 flags |= ELF::SHF_EXECINSTR; in parseSunStyleSectionFlags() 561 Flags |= ELF::SHF_ALLOC | ELF::SHF_EXECINSTR; in ParseSectionArguments() 717 (Section->getFlags() & ELF::SHF_EXECINSTR)) { in ParseSectionArguments()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | AArch64ErrataFix.cpp | 396 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 4, in Patch843419Section() 451 if (sec->flags & SHF_EXECINSTR) in init() 629 if (!(os->flags & SHF_ALLOC) || !(os->flags & SHF_EXECINSTR)) in createFixes()
|
| H A D | ARMErrataFix.cpp | 138 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 4, in Patch657417Section() 339 if (sec->flags & SHF_EXECINSTR) in init() 522 if (!(os->flags & SHF_ALLOC) || !(os->flags & SHF_EXECINSTR)) in createFixes()
|
| H A D | OutputSections.cpp | 57 if (flags & SHF_EXECINSTR) in getPhdrFlags() 504 (flags & SHF_EXECINSTR)) in writeTo() 727 if (flags & SHF_EXECINSTR) in getFiller()
|
| H A D | MarkLive.cpp | 114 if (!(fromFDE && ((relSec->flags & (SHF_EXECINSTR | SHF_LINK_ORDER)) || in resolveReloc()
|
| H A D | Writer.cpp | 970 bool isExec = osec.flags & SHF_EXECINSTR; in getSectionRank() 1472 sortISDBySectionOrder(isd, order, osec.flags & SHF_EXECINSTR); in sortSection() 1836 if (!(osec->flags & SHF_EXECINSTR)) in optimizeBasicBlockJumps() 2286 if (osec->flags & SHF_EXECINSTR) in checkExecuteOnly() 2288 if (!(isec->flags & SHF_EXECINSTR)) in checkExecuteOnly()
|
| H A D | SyntheticSections.cpp | 276 (section.flags & SHF_EXECINSTR)) in addSyntheticLocal() 2517 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".plt"), in PltSection() 2577 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".iplt") { in IpltSection() 2683 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, 16, ".plt") {} in IBTPltSection() 3388 return (isec->flags & SHF_ALLOC) && (isec->flags & SHF_EXECINSTR) && in isValidExidxSectionDep() 3594 : SyntheticSection(SHF_ALLOC | SHF_EXECINSTR, SHT_PROGBITS, in ThunkSection()
|
| H A D | ScriptParser.cpp | 1307 .Case(CASE_ENT(SHF_EXECINSTR)) in parseFlag() 1783 flags |= SHF_EXECINSTR; in readMemoryAttributes()
|
| /freebsd-14.2/usr.sbin/btxld/ |
| H A D | elfh.c | 102 htole32(SHF_EXECINSTR | SHF_ALLOC), /* sh_flags */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetObjectFile.cpp | 48 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_ARM_PURECODE; in Initialize()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | RISCV.cpp | 684 if (!(osec->flags & SHF_EXECINSTR)) in initSymbolAnchors() 712 if (sec->flags & SHF_EXECINSTR && sec->relaxAux) { in initSymbolAnchors() 723 if (!(osec->flags & SHF_EXECINSTR)) in initSymbolAnchors() 926 if (!(osec->flags & SHF_EXECINSTR)) in relaxOnce() 939 if (!(osec->flags & SHF_EXECINSTR)) in finalizeRelax()
|
| H A D | LoongArch.cpp | 218 if (sec && sec->flags & SHF_EXECINSTR) in inputFileHasCode() 773 if (!(osec->flags & SHF_EXECINSTR)) in relaxOnce() 785 if (!(osec->flags & SHF_EXECINSTR)) in finalizeRelax()
|
| H A D | ARM.cpp | 987 if (sec->flags & SHF_EXECINSTR) in addArmInputSectionMappingSymbols() 1002 if (sec->flags & SHF_EXECINSTR) in addArmSyntheticSectionMappingSymbol() 1253 : SyntheticSection(llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_EXECINSTR, in ArmCmseSGSection()
|
| H A D | SystemZ.cpp | 442 if (!(osec->flags & SHF_EXECINSTR)) in relaxOnce()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 171 ELF::SHT_PROGBITS, ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in EmitInterruptVectorSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 78 Flags |= ELF::SHF_EXECINSTR; in getXCoreSectionFlags()
|
| /freebsd-14.2/contrib/elftoolchain/elfcopy/ |
| H A D | pe.c | 191 if (sh.sh_flags & SHF_EXECINSTR) in create_pe()
|
| /freebsd-14.2/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 443 if (sh.sh_flags & SHF_EXECINSTR) { in pmcstat_image_get_elf_params()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 182 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in getExplicitSectionGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 908 return getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR; in isSectionText() 916 !(EShdr->sh_flags & ELF::SHF_EXECINSTR); in isSectionData() 963 (getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR || in isBerkeleyText()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 358 if (Sec.sh_flags & ELF::SHF_EXECINSTR) in graphifySections()
|
| /freebsd-14.2/sys/sys/ |
| H A D | elf_common.h | 502 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1699 if (H.sh_flags & SHF_EXECINSTR) in GetSectionType() 1733 if (H.sh_flags & SHF_EXECINSTR) in GetPermissions() 3363 << (((sh_flags & SHF_ALLOC) && (sh_flags & SHF_EXECINSTR)) ? '+' : ' ') in DumpELFSectionHeader_sh_flags() 3364 << ((sh_flags & SHF_EXECINSTR) ? "EXECINSTR" : " "); in DumpELFSectionHeader_sh_flags()
|