| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCSectionELF.cpp | 93 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection() 172 if (Flags & ELF::SHF_GROUP) { in PrintSwitchToSection()
|
| D | MCObjectFileInfo.cpp | 1020 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()
|
| D | ELFObjectWriter.cpp | 800 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection() 801 Flags = ELF::SHF_GROUP; in createRelocationSection()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | obj-elf.c | 748 attr |= SHF_GROUP; in obj_elf_parse_section_letters() 984 if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',') in obj_elf_section() 989 attr &= ~SHF_GROUP; in obj_elf_section() 998 else if ((attr & SHF_GROUP) != 0) in obj_elf_section() 1001 attr &= ~SHF_GROUP; in obj_elf_section()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | DWARF.cpp | 61 !(objSections[it.index()].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
|
| D | LinkerScript.cpp | 680 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
|
| D | ScriptParser.cpp | 1192 .Case(CASE_ENT(SHF_GROUP)) in parseFlag()
|
| D | InputSection.cpp | 116 flags &= ~(uint64_t)SHF_GROUP; in getFlags()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | ELFAsmParser.cpp | 333 flags |= ELF::SHF_GROUP; in parseSectionFlags() 565 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments() 654 Flags |= ELF::SHF_GROUP; in ParseSectionArguments()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 399 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-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 377 #define SHF_GROUP (1 << 9) /* Member of a section group */ macro
|
| D | ChangeLog-9103 | 777 (SHF_GROUP): New section flag.
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 504 #define SHF_GROUP 0x200 /* Member of section group. */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 1010 SHF_GROUP = 0x200U, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | ELFObjcopy.cpp | 96 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
|
| D | Object.cpp | 1121 Sec->Flags &= ~SHF_GROUP; in onRemove()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf.c | 839 if (hdr->sh_flags & SHF_GROUP) in _bfd_elf_make_section_from_shdr() 2903 this_hdr->sh_flags |= SHF_GROUP; in elf_fake_sections() 6090 if (elf_section_flags (isec) & SHF_GROUP) in _bfd_elf_init_private_section_data() 6091 elf_section_flags (osec) |= SHF_GROUP; in _bfd_elf_init_private_section_data() 6178 elf_section_flags (s->output_section) &= ~SHF_GROUP; in _bfd_elf_copy_private_header_data() 9005 if ((elf_section_flags (sec1) & SHF_GROUP) != 0 in bfd_elf_match_symbols_in_sections() 9006 && (elf_section_flags (sec2) & SHF_GROUP) != 0) in bfd_elf_match_symbols_in_sections()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMELFStreamer.cpp | 1049 Flags |= ELF::SHF_GROUP; in SwitchToEHSection()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64AsmPrinter.cpp | 376 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, in emitHwasanMemaccessSymbols()
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | sections.c | 479 (ish.sh_flags & SHF_GROUP)) && in create_scn()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 3485 Flags |= ELF::SHF_GROUP; in emitXRayTable() 3584 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 1035 _ELF_DEFINE_SHF(SHF_GROUP, 0x200, \
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | readelf.c | 3890 case SHF_GROUP: index = 8; break; in get_elf_section_flags() 3931 case SHF_GROUP: *p = 'G'; break; in get_elf_section_flags() 5099 if ((unwsec->sh_flags & SHF_GROUP) != 0) in ia64_process_unwind()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 687 BCase(SHF_GROUP); in bitset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 1220 ENUM_ENT(SHF_GROUP, "G"), 4035 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
|