| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_data.c | 50 case SHT_GROUP: in _libelf_xlate_shtype()
|
| /freebsd-13.1/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 398 if (ish.sh_type == SHT_GROUP && ecp->strip == STRIP_ALL) in create_scn() 597 if (s->type == SHT_GROUP) in copy_content() 911 case SHT_GROUP: in section_type_alignment() 1440 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-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 272 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 413 if (type == SHT_GROUP) { in finalize()
|
| H A D | LinkerScript.cpp | 680 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
|
| H A D | InputSection.cpp | 1257 if (type == SHT_GROUP) { in writeTo()
|
| H A D | InputFiles.cpp | 607 case SHT_GROUP: { in initializeSections()
|
| H A D | Relocations.cpp | 715 if (elfSec.sh_type != SHT_GROUP) in maybeReportDiscarded()
|
| /freebsd-13.1/sys/sys/ |
| H A D | elf_common.h | 428 #define SHT_GROUP 17 /* Section group. */ macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 1707 case SHT_GROUP: in makeSection() 2210 (A->Type == ELF::SHT_GROUP || B->Type == ELF::SHT_GROUP)) in sortSections() 2211 return A->Type == ELF::SHT_GROUP; in sortSections()
|
| H A D | Object.h | 829 return S->OriginalType == ELF::SHT_GROUP; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 1017 case ELF::SHT_GROUP: in writeSection() 1052 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
|
| H A D | MCContext.cpp | 580 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 924 SHT_GROUP = 17, // Section group. enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 85 case ELF::SHT_GROUP: in LLVM_YAML_STRONG_TYPEDEF()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 615 ECase(SHT_GROUP); in enumeration() 1513 case ELF::SHT_GROUP: in mapping()
|
| H A D | ELFEmitter.cpp | 738 case ELF::SHT_GROUP: in getDefaultLinkSec() 1343 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent()
|
| /freebsd-13.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 351 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
|
| /freebsd-13.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1146 _ELF_DEFINE_SHT(SHT_GROUP, 17, "defines a section group") \
|
| /freebsd-13.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 411 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 800 case SHT_GROUP: return "GROUP"; in section_type() 4280 if (s->type != SHT_GROUP) in dump_section_groups()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3323 if (Sec.sh_type != ELF::SHT_GROUP) in getGroups()
|