Home
last modified time | relevance | path

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

/external/llvm/test/Object/
Dobj2yaml-sectiongroup.test7 #ELF-GROUP: Type: SHT_GROUP
19 #SECTIONS: Type: SHT_GROUP (0x11)
/external/elfutils/src/
Dstrip.c663 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP)) in handle_elf()
791 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
975 && shdr_info[cnt].shdr.sh_type != SHT_GROUP in handle_elf()
1006 || shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
1210 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
1393 == SHT_GROUP) in handle_elf()
1726 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.c555 if (shdr->sh_type != SHT_GROUP) in check_scn_group()
2710 if (refshdr->sh_type == SHT_GROUP) in check_group()
4144 case SHT_GROUP: in check_sections()
Dunstrip.c463 case SHT_GROUP: in adjust_relocs()
DChangeLog857 st_shndx, e_shstrndx, and SHT_GROUP or SHT_SYMTAB_SHNDX data.
1502 section are removed too. Don't discard SHT_GROUP sections, copy
Dreadelf.c1523 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/elfutils/libelf/
Delf32_updatenull.c232 case SHT_GROUP: in __elfw2()
Delf_getdata.c66 [SHT_GROUP] = ELF_T_WORD,
Delf.h335 #define SHT_GROUP 17 /* Section group */ macro
/external/llvm/lib/Object/
DELFYAML.cpp367 ECase(SHT_GROUP) in enumeration()
718 case ELF::SHT_GROUP: in mapping()
/external/llvm/lib/MC/
DMCContext.cpp377 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in createELFGroupSection()
DELFObjectWriter.cpp1134 case ELF::SHT_GROUP: in writeSection()
1163 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
/external/elfutils/libasm/
Dasm_end.c368 shdr->sh_type = SHT_GROUP; in binary_end()
/external/llvm/include/llvm/Support/
DELF.h658 SHT_GROUP = 17, // Section group. enumerator
/external/elfutils/tests/
Delfstrmerge.c541 case SHT_GROUP: in main()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp106 case ELF::SHT_GROUP: { in dump()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp407 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent()
/external/elfutils/config/
Delfutils.spec.in399 - strip: Add --reloc-debug-sections option. Improved SHT_GROUP
/external/elfutils/
DNEWS230 Improved SHT_GROUP sections handling.
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp777 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GROUP ); in getElfSectionType()