Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_data.c50 case SHT_GROUP: in _libelf_xlate_shtype()
/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dsections.c398 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 Dsymbols.c365 if (sh.sh_type != SHT_GROUP) in mark_section_group_symbols()
/freebsd-14.2/sys/sys/
H A Delf_common.h427 #define SHT_GROUP 17 /* Section group. */ macro
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1039 case ELF::SHT_GROUP: in writeSection()
1074 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
H A DMCContext.cpp609 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1064 SHT_GROUP = 17, // Section group. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp300 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp638 if (sec.sh_type != SHT_GROUP) in parse()
782 case SHT_GROUP: { in initializeSections()
H A DOutputSections.cpp594 if (type == SHT_GROUP) { in finalize()
H A DLinkerScript.cpp734 if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP)) in addInputSec()
H A DInputSection.cpp1179 if (LLVM_UNLIKELY(type == SHT_GROUP)) { in writeTo()
H A DRelocations.cpp539 if (elfSec.sh_type != SHT_GROUP) in maybeReportDiscarded()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h86 case ELF::SHT_GROUP: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp739 case ELF::SHT_GROUP: in getDefaultLinkSec()
1344 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent()
H A DELFYAML.cpp672 ECase(SHT_GROUP); in enumeration()
1617 case ELF::SHT_GROUP: in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h851 return S->OriginalType == ELF::SHT_GROUP; in classof()
H A DELFObject.cpp1706 case SHT_GROUP: in makeSection()
/freebsd-14.2/usr.bin/elfdump/
H A Delfdump.c349 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
/freebsd-14.2/contrib/elftoolchain/common/
H A Delfdefinitions.h1146 _ELF_DEFINE_SHT(SHT_GROUP, 17, "defines a section group") \
/freebsd-14.2/contrib/elftoolchain/elfdump/
H A Delfdump.c411 case SHT_GROUP: return "SHT_GROUP"; in sh_types()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c800 case SHT_GROUP: return "GROUP"; in section_type()
4281 if (s->type != SHT_GROUP) in dump_section_groups()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3730 if (Sec.sh_type != ELF::SHT_GROUP) in getGroups()