Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp101 if (Flags & ELF::SHF_GROUP) in printSwitchToSection()
191 if (Flags & ELF::SHF_GROUP) { in printSwitchToSection()
H A DMCObjectFileInfo.cpp1060 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection()
1090 Flags |= ELF::SHF_GROUP; in getStackSizesSection()
1108 Flags |= ELF::SHF_GROUP; in getBBAddrMapSection()
1128 Flags |= ELF::SHF_GROUP; in getKCFITrapSection()
1147 Flags |= ELF::SHF_GROUP; in getPseudoProbeSection()
1169 auto Flags = S->getFlags() | ELF::SHF_GROUP; in getPseudoProbeDescSection()
1198 Flags |= ELF::SHF_GROUP; in getPCSection()
H A DELFObjectWriter.cpp682 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection()
683 Flags = ELF::SHF_GROUP; in createRelocationSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp60 !(objSections[i].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
H A DInputSection.cpp85 flags &= ~(uint64_t)SHF_GROUP; in getFlags()
H A DLinkerScript.cpp782 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
H A DScriptParser.cpp1357 .Case(CASE_ENT(SHF_GROUP)) in parseFlag()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp341 flags |= ELF::SHF_GROUP; in parseSectionFlags()
598 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments()
690 Flags |= ELF::SHF_GROUP; in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp423 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP; in emitPersonalityValue()
775 Flags |= ELF::SHF_GROUP; in getGlobalObjectInfo()
977 Flags |= ELF::SHF_GROUP; in getSectionForLSDA()
1070 Flags |= ELF::SHF_GROUP; in getSectionForMachineBasicBlock()
1087 Flags |= ELF::SHF_GROUP; in getStaticStructorSection()
/freebsd/sys/sys/
H A Delf_common.h528 #define SHF_GROUP 0x200 /* Member of section group. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1187 SHF_GROUP = 0x200U, 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()
H A DELFObject.cpp1133 Sec->Flags &= ~SHF_GROUP; in onRemove()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp648 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, Sym->getName(), in EmitHwasanMemaccessSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1148 Flags |= ELF::SHF_GROUP; in SwitchToEHSection()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c479 (ish.sh_flags & SHF_GROUP)) && in create_scn()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4216 Flags |= ELF::SHF_GROUP; in emitXRayTable()
4328 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1035 _ELF_DEFINE_SHF(SHF_GROUP, 0x200, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp773 BCase(SHF_GROUP); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp661 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.cpp1321 ENUM_ENT(SHF_GROUP, "G"),
4583 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1136 {"GROUP", 'G', SHF_GROUP},