| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 102 if (Flags & ELF::SHF_GROUP) in printSwitchToSection() 195 if (Flags & ELF::SHF_GROUP) { in printSwitchToSection()
|
| H A D | MCObjectFileInfo.cpp | 1104 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 D | ELFObjectWriter.cpp | 685 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 D | MCSectionELF.h | 65 assert((!(Flags & ELF::SHF_GROUP) || Group.getPointer()) && in MCSectionELF()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.cpp | 57 !(objSections[i].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
|
| H A D | LinkerScript.cpp | 907 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
|
| H A D | InputSection.cpp | 92 flags &= ~(uint64_t)SHF_GROUP; in getFlags()
|
| H A D | ScriptParser.cpp | 1407 .Case(CASE_ENT(SHF_GROUP)) in parseFlag()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 320 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 D | TargetLoweringObjectFileImpl.cpp | 410 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 D | elf_common.h | 534 #define SHF_GROUP 0x200 /* Member of section group. */ macro
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1262 SHF_GROUP = 0x200U, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 754 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, Sym->getName(), in EmitHwasanMemaccessSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 97 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
|
| H A D | ELFObject.cpp | 1130 Sec->Flags &= ~SHF_GROUP; in onRemove()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3089 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 D | ARMELFStreamer.cpp | 1186 Flags |= ELF::SHF_GROUP; in SwitchToEHSection()
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 479 (ish.sh_flags & SHF_GROUP)) && in create_scn()
|
| /freebsd/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1035 _ELF_DEFINE_SHF(SHF_GROUP, 0x200, \
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 792 BCase(SHF_GROUP); in bitset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 769 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, Sym->getName(), in emitHwasanMemaccessSymbols()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1322 ENUM_ENT(SHF_GROUP, "G"), 4648 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 1138 {"GROUP", 'G', SHF_GROUP},
|