Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp93 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection()
172 if (Flags & ELF::SHF_GROUP) { in PrintSwitchToSection()
H A DMCObjectFileInfo.cpp1020 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection()
1047 Flags |= ELF::SHF_GROUP; in getStackSizesSection()
1065 Flags |= ELF::SHF_GROUP; in getBBAddrMapSection()
1082 auto Flags = S->getFlags() | ELF::SHF_GROUP; in getPseudoProbeSection()
1105 auto Flags = S->getFlags() | ELF::SHF_GROUP; in getPseudoProbeDescSection()
H A DELFObjectWriter.cpp800 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection()
801 Flags = ELF::SHF_GROUP; in createRelocationSection()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp61 !(objSections[it.index()].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
H A DLinkerScript.cpp680 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
H A DScriptParser.cpp1192 .Case(CASE_ENT(SHF_GROUP)) in parseFlag()
H A DInputSection.cpp116 flags &= ~(uint64_t)SHF_GROUP; in getFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp333 flags |= ELF::SHF_GROUP; in parseSectionFlags()
565 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments()
654 Flags |= ELF::SHF_GROUP; in ParseSectionArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp399 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP; in emitPersonalityValue()
769 Flags |= ELF::SHF_GROUP; in selectExplicitSectionGlobal()
821 Flags |= ELF::SHF_GROUP; in selectELFSectionForGlobal()
937 Flags |= ELF::SHF_GROUP; in getSectionForLSDA()
1019 Flags |= ELF::SHF_GROUP; in getSectionForMachineBasicBlock()
1036 Flags |= ELF::SHF_GROUP; in getStaticStructorSection()
/freebsd-13.1/sys/sys/
H A Delf_common.h509 #define SHF_GROUP 0x200 /* Member of section group. */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1010 SHF_GROUP = 0x200U, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp96 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
H A DObject.cpp1121 Sec->Flags &= ~SHF_GROUP; in onRemove()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1049 Flags |= ELF::SHF_GROUP; in SwitchToEHSection()
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Dsections.c479 (ish.sh_flags & SHF_GROUP)) && in create_scn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp376 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, in emitHwasanMemaccessSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3485 Flags |= ELF::SHF_GROUP; in emitXRayTable()
3584 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1035 _ELF_DEFINE_SHF(SHF_GROUP, 0x200, \
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp687 BCase(SHF_GROUP); in bitset()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1220 ENUM_ENT(SHF_GROUP, "G"),
4035 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c1136 {"GROUP", 'G', SHF_GROUP},