Home
last modified time | relevance | path

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

/external/llvm/test/Object/
Dobj2yaml-sectiongroup.test7 #ELF-GROUP: Type: SHT_GROUP
19 #SECTIONS: Type: SHT_GROUP (0x11)
/external/elfutils/src/src/
Dstrip.c639 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP)) in handle_elf()
764 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
941 && shdr_info[cnt].shdr.sh_type != SHT_GROUP in handle_elf()
972 || shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
1154 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
1329 == SHT_GROUP) in handle_elf()
1636 case SHT_GROUP: in handle_elf()
Dldgeneric.c530 == SHT_GROUP); in matching_group_comdat_scn()
532 == SHT_GROUP); in matching_group_comdat_scn()
1233 else if (unlikely (shdr->sh_type == SHT_GROUP)) in add_relocatable_file()
3291 assert (head->type != SHT_GROUP); in ld_generic_create_sections()
6181 shdr->sh_type = SHT_GROUP; in ld_generic_create_outfile()
Delflint.c553 if (shdr->sh_type != SHT_GROUP) in check_scn_group()
2553 if (refshdr->sh_type == SHT_GROUP) in check_group()
3884 case SHT_GROUP: in check_sections()
Dunstrip.c432 case SHT_GROUP: in adjust_relocs()
DChangeLog372 st_shndx, e_shstrndx, and SHT_GROUP or SHT_SYMTAB_SHNDX data.
1017 section are removed too. Don't discard SHT_GROUP sections, copy
Dreadelf.c1445 if (shdr != NULL && shdr->sh_type == SHT_GROUP) in print_scngrp()
/external/llvm/test/MC/ARM/
Deh-directive-section-comdat.s47 @ CHECK: Type: SHT_GROUP (0x11)
/external/llvm/lib/MC/
DELFObjectWriter.cpp941 if (Section.getType() != ELF::SHT_GROUP) in computeIndexMap()
951 if (Section.getType() == ELF::SHT_GROUP || in computeIndexMap()
1496 case ELF::SHT_GROUP: in writeSection()
1568 if (Section.getType() != ELF::SHT_GROUP) in writeSectionHeader()
DMCContext.cpp342 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in CreateELFGroupSection()
/external/llvm/lib/Object/
DELFYAML.cpp323 ECase(SHT_GROUP) in enumeration()
549 case ELF::SHT_GROUP: in mapping()
/external/elfutils/src/libelf/
Delf32_updatenull.c215 case SHT_GROUP: in __elfw2()
Delf_getdata.c66 [SHT_GROUP] = ELF_T_WORD,
Delf.h334 #define SHT_GROUP 17 /* Section group */ macro
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp92 case ELF::SHT_GROUP: { in dump()
/external/elfutils/src/libasm/
Dasm_end.c368 shdr->sh_type = SHT_GROUP; in binary_end()
/external/llvm/include/llvm/Support/
DELF.h599 SHT_GROUP = 17, // Section group. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp390 if (Section.Type != llvm::ELF::SHT_GROUP) { in writeSectionContent()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp432 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GROUP ); in getElfSectionType()
/external/elfutils/src/config/
Delfutils.spec.in326 - strip: Add --reloc-debug-sections option. Improved SHT_GROUP
/external/elfutils/src/
DNEWS171 Improved SHT_GROUP sections handling.