Home
last modified time | relevance | path

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

/external/qemu/elff/
Delff_elf.h277 #define SHT_GROUP 17 macro
/external/llvm/lib/MC/
DELFObjectWriter.cpp834 if (Section.getType() != ELF::SHT_GROUP) in ComputeIndexMap()
843 if (Section.getType() == ELF::SHT_GROUP || in ComputeIndexMap()
1310 case ELF::SHT_GROUP: in WriteSection()
1402 if (Section.getType() != ELF::SHT_GROUP) in WriteSectionHeader()
1422 if (Section.getType() == ELF::SHT_GROUP) in ComputeSectionOrder()
1430 if (Section.getType() != ELF::SHT_GROUP && in ComputeSectionOrder()
DMCContext.cpp223 new (*this) MCSectionELF(".group", ELF::SHT_GROUP, 0, in CreateELFGroupSection()
/external/elfutils/libelf/
Delf32_updatenull.c232 case SHT_GROUP: in __elfw2()
Delf_getdata.c87 [SHT_GROUP] = ELF_T_WORD,
Delf.h338 #define SHT_GROUP 17 /* Section group */ macro
/external/elfutils/src/
Dstrip.c605 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP)) in handle_elf()
1083 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
1557 case SHT_GROUP: in handle_elf()
Dldgeneric.c540 == SHT_GROUP); in matching_group_comdat_scn()
542 == SHT_GROUP); in matching_group_comdat_scn()
1243 else if (unlikely (shdr->sh_type == SHT_GROUP)) in add_relocatable_file()
3301 assert (head->type != SHT_GROUP); in ld_generic_create_sections()
6192 shdr->sh_type = SHT_GROUP; in ld_generic_create_outfile()
Delflint.c533 if (shdr->sh_type != SHT_GROUP) in check_scn_group()
2473 if (refshdr->sh_type == SHT_GROUP) in check_group()
3784 case SHT_GROUP: in check_sections()
Dunstrip.c423 case SHT_GROUP: in adjust_relocs()
Dreadelf.c1164 if (shdr != NULL && shdr->sh_type == SHT_GROUP) in print_scngrp()
/external/elfutils/libasm/
Dasm_end.c365 shdr->sh_type = SHT_GROUP; in binary_end()
/external/llvm/include/llvm/Support/
DELF.h736 SHT_GROUP = 17, // Section group. enumerator