Home
last modified time | relevance | path

Searched refs:SHF_LINK_ORDER (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp101 if (Flags & ELF::SHF_LINK_ORDER) in printSwitchToSection()
186 if (Flags & ELF::SHF_LINK_ORDER) { in printSwitchToSection()
H A DMCObjectFileInfo.cpp1137 unsigned Flags = ELF::SHF_LINK_ORDER; in getStackSizesSection()
1155 unsigned Flags = ELF::SHF_LINK_ORDER; in getBBAddrMapSection()
1175 unsigned Flags = ELF::SHF_LINK_ORDER | ELF::SHF_ALLOC; in getKCFITrapSection()
1194 unsigned Flags = ELF::SHF_LINK_ORDER; in getPseudoProbeSection()
1240 unsigned Flags = ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in getPCSection()
H A DELFObjectWriter.cpp1045 if (Section.getFlags() & ELF::SHF_LINK_ORDER) { in writeSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp114 if (!(fromFDE && ((relSec->flags & (SHF_EXECINSTR | SHF_LINK_ORDER)) || in resolveReloc()
254 if (sec->flags & SHF_LINK_ORDER) in run()
H A DLinkerScript.cpp61 assert(config->relocatable && (rel->flags & SHF_LINK_ORDER)); in getOutputSectionName()
805 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) { in addInputSec()
813 firstIsec->flags & SHF_LINK_ORDER in addInputSec()
865 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) in addOrphanSections()
875 if (depSec->flags & SHF_LINK_ORDER) in addOrphanSections()
H A DOutputSections.cpp582 if (flags & SHF_LINK_ORDER) { in finalize()
589 else if (first->flags & SHF_LINK_ORDER) in finalize()
H A DICF.cpp173 if (s->flags & SHF_LINK_ORDER) in isEligible()
H A DWriter.cpp1621 InputSection *la = a->flags & SHF_LINK_ORDER ? a->getLinkOrderDep() : nullptr; in compareByFilePosition()
1622 InputSection *lb = b->flags & SHF_LINK_ORDER ? b->getLinkOrderDep() : nullptr; in compareByFilePosition()
1638 if (!(sec->flags & SHF_LINK_ORDER)) in resolveShfLinkOrder()
1659 if (isec->flags & SHF_LINK_ORDER) { in resolveShfLinkOrder()
H A DInputSection.cpp239 assert(flags & SHF_LINK_ORDER); in getLinkOrderDep()
H A DScriptParser.cpp1311 .Case(CASE_ENT(SHF_LINK_ORDER)) in parseFlag()
H A DInputFiles.cpp871 if (!sec.sh_link || !(sec.sh_flags & SHF_LINK_ORDER)) in initializeSections()
H A DSyntheticSections.cpp3377 : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX, in ARMExidxSyntheticSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp309 flags |= ELF::SHF_LINK_ORDER; in parseSectionFlags()
619 if (Flags & ELF::SHF_LINK_ORDER) in ParseSectionArguments()
/freebsd/sys/sys/
H A Delf_common.h506 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp703 Flags |= ELF::SHF_LINK_ORDER; in calcUniqueIDUpdateFlagsAndSize()
891 Flags |= ELF::SHF_LINK_ORDER; in selectELFSectionForGlobal()
983 Flags |= ELF::SHF_LINK_ORDER; in getSectionForLSDA()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1157 SHF_LINK_ORDER = 0x80U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp102 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1181 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4179 auto Flags = ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in emitXRayTable()
4292 Flags |= ELF::SHF_LINK_ORDER; in emitPatchableFunctionEntries()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1031 _ELF_DEFINE_SHF(SHF_LINK_ORDER, 0x80, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp753 BCase(SHF_LINK_ORDER); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1303 ENUM_ENT(SHF_LINK_ORDER, "L"),
4503 {SHF_LINK_ORDER, "LINK ORDER"}, {SHF_OS_NONCONFORMING, "OS NONCONF"}, in printSectionDetails()