Searched refs:SHT_GROUP (Results 1 – 22 of 22) sorted by relevance
/external/llvm/test/Object/ |
D | obj2yaml-sectiongroup.test | 7 #ELF-GROUP: Type: SHT_GROUP 19 #SECTIONS: Type: SHT_GROUP (0x11)
|
/external/elfutils/src/ |
D | strip.c | 663 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()
|
D | ldgeneric.c | 530 == 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()
|
D | elflint.c | 555 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()
|
D | unstrip.c | 463 case SHT_GROUP: in adjust_relocs()
|
D | ChangeLog | 857 st_shndx, e_shstrndx, and SHT_GROUP or SHT_SYMTAB_SHNDX data. 1502 section are removed too. Don't discard SHT_GROUP sections, copy
|
D | readelf.c | 1523 if (shdr != NULL && shdr->sh_type == SHT_GROUP) in print_scngrp()
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-section-comdat.s | 47 @ CHECK: Type: SHT_GROUP (0x11)
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 232 case SHT_GROUP: in __elfw2()
|
D | elf_getdata.c | 66 [SHT_GROUP] = ELF_T_WORD,
|
D | elf.h | 335 #define SHT_GROUP 17 /* Section group */ macro
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 367 ECase(SHT_GROUP) in enumeration() 718 case ELF::SHT_GROUP: in mapping()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 377 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in createELFGroupSection()
|
D | ELFObjectWriter.cpp | 1134 case ELF::SHT_GROUP: in writeSection() 1163 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
|
/external/elfutils/libasm/ |
D | asm_end.c | 368 shdr->sh_type = SHT_GROUP; in binary_end()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 658 SHT_GROUP = 17, // Section group. enumerator
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 541 case SHT_GROUP: in main()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 106 case ELF::SHT_GROUP: { in dump()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 407 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 399 - strip: Add --reloc-debug-sections option. Improved SHT_GROUP
|
/external/elfutils/ |
D | NEWS | 230 Improved SHT_GROUP sections handling.
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 777 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GROUP ); in getElfSectionType()
|