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.cpp99 if (Flags & ELF::SHF_LINK_ORDER) in printSwitchToSection()
183 if (Flags & ELF::SHF_LINK_ORDER) { in printSwitchToSection()
H A DMCObjectFileInfo.cpp1086 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 DELFObjectWriter.cpp917 if (Section.getFlags() & ELF::SHF_LINK_ORDER) { in writeSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp120 if (!(fromFDE && ((relSec->flags & (SHF_EXECINSTR | SHF_LINK_ORDER)) || in resolveReloc()
261 if (sec->flags & SHF_LINK_ORDER) in run()
H A DLinkerScript.cpp61 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 DOutputSections.cpp717 if (flags & SHF_LINK_ORDER) { in finalize()
724 else if (first->flags & SHF_LINK_ORDER) in finalize()
H A DICF.cpp173 if (s->flags & SHF_LINK_ORDER) in isEligible()
H A DWriter.cpp1351 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 DInputSection.cpp275 assert(flags & SHF_LINK_ORDER); in getLinkOrderDep()
H A DScriptParser.cpp1355 .Case(CASE_ENT(SHF_LINK_ORDER)) in parseFlag()
H A DInputFiles.cpp928 if (!sec.sh_link || !(sec.sh_flags & SHF_LINK_ORDER)) in initializeSections()
H A DSyntheticSections.cpp3989 : 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.h526 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp705 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 DELF.h1180 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.cpp1168 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4213 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 Delfdefinitions.h1031 _ELF_DEFINE_SHF(SHF_LINK_ORDER, 0x80, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp771 BCase(SHF_LINK_ORDER); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1319 ENUM_ENT(SHF_LINK_ORDER, "L"),
4582 {SHF_LINK_ORDER, "LINK ORDER"}, {SHF_OS_NONCONFORMING, "OS NONCONF"}, in printSectionDetails()