/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 101 if (Flags & ELF::SHF_GROUP) in printSwitchToSection() 191 if (Flags & ELF::SHF_GROUP) { in printSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 1060 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 D | ELFObjectWriter.cpp | 682 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection() 683 Flags = ELF::SHF_GROUP; in createRelocationSection()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DWARF.cpp | 60 !(objSections[i].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
|
H A D | InputSection.cpp | 85 flags &= ~(uint64_t)SHF_GROUP; in getFlags()
|
H A D | LinkerScript.cpp | 782 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
|
H A D | ScriptParser.cpp | 1357 .Case(CASE_ENT(SHF_GROUP)) in parseFlag()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 341 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 D | TargetLoweringObjectFileImpl.cpp | 423 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 D | elf_common.h | 528 #define SHF_GROUP 0x200 /* Member of section group. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1187 SHF_GROUP = 0x200U, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 102 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
|
H A D | ELFObject.cpp | 1133 Sec->Flags &= ~SHF_GROUP; in onRemove()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 648 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 D | ARMELFStreamer.cpp | 1148 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/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4216 Flags |= ELF::SHF_GROUP; in emitXRayTable() 4328 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
|
/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 | 773 BCase(SHF_GROUP); in bitset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 661 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 | 1321 ENUM_ENT(SHF_GROUP, "G"), 4583 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 1136 {"GROUP", 'G', SHF_GROUP},
|