Home
last modified time | relevance | path

Searched refs:SHT_GROUP (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_data.c50 case SHT_GROUP: in _libelf_xlate_shtype()
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h340 #define SHT_GROUP 17 /* Section contains a section group */ macro
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dsections.c395 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 Dsymbols.c365 if (sh.sh_type != SHT_GROUP) in mark_section_group_symbols()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp247 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp302 if (Type == SHT_GROUP) { in finalize()
H A DLinkerScript.cpp557 if (IS->Type == SHT_GROUP || (IS->Flags & SHF_GROUP)) in addInputSec()
H A DInputSection.cpp1059 if (Type == SHT_GROUP) { in writeTo()
H A DInputFiles.cpp429 case SHT_GROUP: { in initializeSections()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp447 ECase(SHT_GROUP); in enumeration()
900 case ELF::SHT_GROUP: in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h827 SHT_GROUP = 17, // Section group. enumerator
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp417 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
H A DELFObjectWriter.cpp1015 case ELF::SHT_GROUP: in writeSection()
1046 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
/freebsd-12.1/sys/sys/
H A Delf_common.h423 #define SHT_GROUP 17 /* Section group. */ macro
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c515 ( (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 DObject.h631 return S->Type == ELF::SHT_GROUP; in classof()
H A DObject.cpp1065 case SHT_GROUP: in makeSection()
/freebsd-12.1/usr.bin/elfdump/
H A Delfdump.c341 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-2006139 (is_strip_section): Return true for SHT_GROUP sections that are
H A Dreadelf.c2665 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 Dobj-elf.c1983 elf_section_type (s) = SHT_GROUP; in elf_frob_file()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1114 _ELF_DEFINE_SHT(SHT_GROUP, 17, "defines a section group") \
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c408 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2621 if (Sec.sh_type != ELF::SHT_GROUP) in getGroups()
2904 case SHT_GROUP: in getSectionTypeString()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c768 case SHT_GROUP: return "GROUP"; in section_type()
4024 if (s->type != SHT_GROUP) in dump_section_groups()

12