Searched refs:SHT_GROUP (Results 1 – 21 of 21) 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/src/ |
D | strip.c | 639 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()
|
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 | 553 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()
|
D | unstrip.c | 432 case SHT_GROUP: in adjust_relocs()
|
D | ChangeLog | 372 st_shndx, e_shstrndx, and SHT_GROUP or SHT_SYMTAB_SHNDX data. 1017 section are removed too. Don't discard SHT_GROUP sections, copy
|
D | readelf.c | 1445 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/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 941 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()
|
D | MCContext.cpp | 342 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in CreateELFGroupSection()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 323 ECase(SHT_GROUP) in enumeration() 549 case ELF::SHT_GROUP: in mapping()
|
/external/elfutils/src/libelf/ |
D | elf32_updatenull.c | 215 case SHT_GROUP: in __elfw2()
|
D | elf_getdata.c | 66 [SHT_GROUP] = ELF_T_WORD,
|
D | elf.h | 334 #define SHT_GROUP 17 /* Section group */ macro
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 92 case ELF::SHT_GROUP: { in dump()
|
/external/elfutils/src/libasm/ |
D | asm_end.c | 368 shdr->sh_type = SHT_GROUP; in binary_end()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 599 SHT_GROUP = 17, // Section group. enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 390 if (Section.Type != llvm::ELF::SHT_GROUP) { in writeSectionContent()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 432 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GROUP ); in getElfSectionType()
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 326 - strip: Add --reloc-debug-sections option. Improved SHT_GROUP
|
/external/elfutils/src/ |
D | NEWS | 171 Improved SHT_GROUP sections handling.
|