/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 99 if (Flags & ELF::SHF_LINK_ORDER) in printSwitchToSection() 183 if (Flags & ELF::SHF_LINK_ORDER) { in printSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 1086 unsigned Flags = ELF::SHF_LINK_ORDER; in getStackSizesSection() 1104 unsigned Flags = ELF::SHF_LINK_ORDER; in getBBAddrMapSection() 1124 unsigned Flags = ELF::SHF_LINK_ORDER | ELF::SHF_ALLOC; in getKCFITrapSection() 1143 unsigned Flags = ELF::SHF_LINK_ORDER; in getPseudoProbeSection() 1189 unsigned Flags = ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in getPCSection()
|
H A D | ELFObjectWriter.cpp | 917 if (Section.getFlags() & ELF::SHF_LINK_ORDER) { in writeSection()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 120 if (!(fromFDE && ((relSec->flags & (SHF_EXECINSTR | SHF_LINK_ORDER)) || in resolveReloc() 261 if (sec->flags & SHF_LINK_ORDER) in run()
|
H A D | LinkerScript.cpp | 61 assert(config->relocatable && (rel->flags & SHF_LINK_ORDER)); in getOutputSectionName() 852 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) { in addInputSec() 860 (firstIsec->flags & SHF_LINK_ORDER) in addInputSec() 912 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) in addOrphanSections() 922 if (depSec->flags & SHF_LINK_ORDER) in addOrphanSections()
|
H A D | OutputSections.cpp | 717 if (flags & SHF_LINK_ORDER) { in finalize() 724 else if (first->flags & SHF_LINK_ORDER) in finalize()
|
H A D | ICF.cpp | 173 if (s->flags & SHF_LINK_ORDER) in isEligible()
|
H A D | Writer.cpp | 1351 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition() 1352 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition() 1370 if (!(sec->flags & SHF_LINK_ORDER)) in resolveShfLinkOrder() 1391 if (isec->flags & SHF_LINK_ORDER) { in resolveShfLinkOrder()
|
H A D | InputSection.cpp | 275 assert(flags & SHF_LINK_ORDER); in getLinkOrderDep()
|
H A D | ScriptParser.cpp | 1355 .Case(CASE_ENT(SHF_LINK_ORDER)) in parseFlag()
|
H A D | InputFiles.cpp | 928 if (!sec.sh_link || !(sec.sh_flags & SHF_LINK_ORDER)) in initializeSections()
|
H A D | SyntheticSections.cpp | 3989 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 309 flags |= ELF::SHF_LINK_ORDER; in parseSectionFlags() 619 if (Flags & ELF::SHF_LINK_ORDER) in ParseSectionArguments()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 526 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 705 Flags |= ELF::SHF_LINK_ORDER; in calcUniqueIDUpdateFlagsAndSize() 894 Flags |= ELF::SHF_LINK_ORDER; in selectELFSectionForGlobal() 986 Flags |= ELF::SHF_LINK_ORDER; in getSectionForLSDA()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1180 SHF_LINK_ORDER = 0x80U, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 102 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1168 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4213 auto Flags = ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in emitXRayTable() 4326 Flags |= ELF::SHF_LINK_ORDER; in emitPatchableFunctionEntries()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1031 _ELF_DEFINE_SHF(SHF_LINK_ORDER, 0x80, \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 771 BCase(SHF_LINK_ORDER); in bitset()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1319 ENUM_ENT(SHF_LINK_ORDER, "L"), 4582 {SHF_LINK_ORDER, "LINK ORDER"}, {SHF_OS_NONCONFORMING, "OS NONCONF"}, in printSectionDetails()
|