| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_data.c | 50 case SHT_GROUP: in _libelf_xlate_shtype()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 340 #define SHT_GROUP 17 /* Section contains a section group */ macro
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 395 if (ish.sh_type == SHT_GROUP && ecp->strip == STRIP_ALL) in create_scn() 586 if (s->type == SHT_GROUP) in copy_content() 1384 if (s->type == SHT_GROUP && (ecp->flags & SYMTAB_EXIST) && in update_shdr()
|
| H A D | symbols.c | 365 if (sh.sh_type != SHT_GROUP) in mark_section_group_symbols()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 247 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | OutputSections.cpp | 302 if (Type == SHT_GROUP) { in finalize()
|
| H A D | LinkerScript.cpp | 557 if (IS->Type == SHT_GROUP || (IS->Flags & SHF_GROUP)) in addInputSec()
|
| H A D | InputSection.cpp | 1059 if (Type == SHT_GROUP) { in writeTo()
|
| H A D | InputFiles.cpp | 429 case SHT_GROUP: { in initializeSections()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 447 ECase(SHT_GROUP); in enumeration() 900 case ELF::SHT_GROUP: in mapping()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 827 SHT_GROUP = 17, // Section group. enumerator
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCContext.cpp | 417 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
| H A D | ELFObjectWriter.cpp | 1015 case ELF::SHT_GROUP: in writeSection() 1046 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 423 #define SHT_GROUP 17 /* Section group. */ macro
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf.c | 515 ( (shdr)->sh_type == SHT_GROUP \ in setup_group() 818 if (hdr->sh_type == SHT_GROUP) in _bfd_elf_make_section_from_shdr() 2167 case SHT_GROUP: in bfd_section_from_shdr() 2807 this_hdr->sh_type = SHT_GROUP; in elf_fake_sections() 2880 case SHT_GROUP: in elf_fake_sections() 3055 if (d->this_hdr.sh_type == SHT_GROUP) in assign_section_numbers() 3077 if (d->this_hdr.sh_type != SHT_GROUP) in assign_section_numbers() 3348 case SHT_GROUP: in assign_section_numbers() 6169 if (elf_section_type (isec) == SHT_GROUP in _bfd_elf_copy_private_header_data()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.h | 631 return S->Type == ELF::SHT_GROUP; in classof()
|
| H A D | Object.cpp | 1065 case SHT_GROUP: in makeSection()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 341 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | ChangeLog-2006 | 139 (is_strip_section): Return true for SHT_GROUP sections that are
|
| H A D | readelf.c | 2665 case SHT_GROUP: return "GROUP"; in get_section_type_name() 4154 else if (section->sh_type == SHT_GROUP) in process_section_headers() 4438 if (section->sh_type == SHT_GROUP) in process_section_groups() 4466 if (section->sh_type == SHT_GROUP) in process_section_groups()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.c | 1983 elf_section_type (s) = SHT_GROUP; in elf_frob_file()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1114 _ELF_DEFINE_SHT(SHT_GROUP, 17, "defines a section group") \
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 408 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2621 if (Sec.sh_type != ELF::SHT_GROUP) in getGroups() 2904 case SHT_GROUP: in getSectionTypeString()
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 768 case SHT_GROUP: return "GROUP"; in section_type() 4024 if (s->type != SHT_GROUP) in dump_section_groups()
|