/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 50 case SHT_GROUP: in _libelf_xlate_shtype()
|
/freebsd/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/contrib/llvm-project/lld/docs/ |
H A D | ReleaseNotes.rst | 62 * ``--force-group-allocation`` is implemented to discard ``SHT_GROUP`` sections
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 911 case ELF::SHT_GROUP: in writeSection() 942 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
|
H A D | MCContext.cpp | 632 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, 4, Group, IsComdat, in createELFGroupSection()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 447 #define SHT_GROUP 17 /* Section group. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1082 SHT_GROUP = 17, // Section group. enumerator
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 661 if (sec.sh_type != SHT_GROUP) in parse() 815 case SHT_GROUP: { in initializeSections()
|
H A D | OutputSections.cpp | 729 if (type == SHT_GROUP) { in finalize()
|
H A D | InputSection.cpp | 1228 if (LLVM_UNLIKELY(type == SHT_GROUP)) { in writeTo()
|
H A D | LinkerScript.cpp | 782 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
|
H A D | Relocations.cpp | 542 if (elfSec.sh_type != SHT_GROUP) in maybeReportDiscarded()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 303 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 86 case ELF::SHT_GROUP: in LLVM_YAML_STRONG_TYPEDEF()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 745 case ELF::SHT_GROUP: in getDefaultLinkSec() 1392 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent()
|
H A D | ELFYAML.cpp | 688 ECase(SHT_GROUP); in enumeration() 1636 case ELF::SHT_GROUP: in mapping()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 348 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 975 return S->OriginalType == ELF::SHT_GROUP; in classof()
|
H A D | ELFObject.cpp | 1738 case SHT_GROUP: in makeSection() 2207 if (Sec->Type == ELF::SHT_GROUP) { in removeSections()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1146 _ELF_DEFINE_SHT(SHT_GROUP, 17, "defines a section group") \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 411 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 800 case SHT_GROUP: return "GROUP"; in section_type() 4281 if (s->type != SHT_GROUP) in dump_section_groups()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3721 if (Sec.sh_type != ELF::SHT_GROUP) in getGroups()
|