Home
last modified time | relevance | path

Searched refs:SHF_GROUP (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp102 if (Flags & ELF::SHF_GROUP) in printSwitchToSection()
195 if (Flags & ELF::SHF_GROUP) { in printSwitchToSection()
H A DMCObjectFileInfo.cpp1104 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection()
1134 Flags |= ELF::SHF_GROUP; in getStackSizesSection()
1152 Flags |= ELF::SHF_GROUP; in getBBAddrMapSection()
1172 Flags |= ELF::SHF_GROUP; in getKCFITrapSection()
1191 Flags |= ELF::SHF_GROUP; in getPseudoProbeSection()
1213 auto Flags = S->getFlags() | ELF::SHF_GROUP; in getPseudoProbeDescSection()
1242 Flags |= ELF::SHF_GROUP; in getPCSection()
H A DELFObjectWriter.cpp685 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection()
686 Flags = ELF::SHF_GROUP; in createRelocationSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h65 assert((!(Flags & ELF::SHF_GROUP) || Group.getPointer()) && in MCSectionELF()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp57 !(objSections[i].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
H A DLinkerScript.cpp907 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
H A DInputSection.cpp92 flags &= ~(uint64_t)SHF_GROUP; in getFlags()
H A DScriptParser.cpp1407 .Case(CASE_ENT(SHF_GROUP)) in parseFlag()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp320 flags |= ELF::SHF_GROUP; in parseSectionFlags()
555 bool Group = Flags & ELF::SHF_GROUP; in parseSectionArguments()
649 Flags |= ELF::SHF_GROUP; in parseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp410 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP; in emitPersonalityValue()
790 Flags |= ELF::SHF_GROUP; in getGlobalObjectInfo()
1005 Flags |= ELF::SHF_GROUP; in getSectionForLSDA()
1133 Flags |= ELF::SHF_GROUP; in getSectionForMachineBasicBlock()
1150 Flags |= ELF::SHF_GROUP; in getStaticStructorSection()
/freebsd/sys/sys/
H A Delf_common.h534 #define SHF_GROUP 0x200 /* Member of section group. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1262 SHF_GROUP = 0x200U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp754 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, Sym->getName(), in EmitHwasanMemaccessSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp97 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
H A DELFObject.cpp1130 Sec->Flags &= ~SHF_GROUP; in onRemove()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3089 int Flags = F.hasComdat() ? static_cast<int>(ELF::SHF_GROUP) : 0; in emitJumpTableSizesSection()
4599 Flags |= ELF::SHF_GROUP; in emitXRayTable()
4715 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1186 Flags |= ELF::SHF_GROUP; in SwitchToEHSection()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c479 (ish.sh_flags & SHF_GROUP)) && in create_scn()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1035 _ELF_DEFINE_SHF(SHF_GROUP, 0x200, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp792 BCase(SHF_GROUP); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp769 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, Sym->getName(), in emitHwasanMemaccessSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1322 ENUM_ENT(SHF_GROUP, "G"),
4648 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1138 {"GROUP", 'G', SHF_GROUP},