Home
last modified time | relevance | path

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

/external/qemu/elff/
Delff_elf.h277 #define SHT_GROUP 17 macro
/external/llvm/lib/MC/
DELFObjectWriter.cpp524 if (Section.getType() != ELF::SHT_GROUP) in ComputeIndexMap()
533 if (Section.getType() == ELF::SHT_GROUP || in ComputeIndexMap()
995 case ELF::SHT_GROUP: { in WriteSection()
1092 if (Section.getType() != ELF::SHT_GROUP) in WriteSectionHeader()
1112 if (Section.getType() == ELF::SHT_GROUP) in ComputeSectionOrder()
1120 if (Section.getType() != ELF::SHT_GROUP && in ComputeSectionOrder()
DMCContext.cpp221 new (*this) MCSectionELF(".group", ELF::SHT_GROUP, 0, in CreateELFGroupSection()
/external/elfutils/libelf/
Delf32_updatenull.c192 case SHT_GROUP: in __elfw2()
Delf_getdata.c83 [SHT_GROUP] = { ELF_T_WORD, sizeof (Elf32_Word) \
Delf.h327 #define SHT_GROUP 17 /* Section group */ macro
/external/llvm/include/llvm/Support/
DELF.h493 SHT_GROUP = 17, // Section group. enumerator
/external/elfutils/src/
Dstrip.c593 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP)) in handle_elf()
1077 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
1562 else if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf()
Delflint.c550 if (shdr->sh_type != SHT_GROUP) in check_scn_group()
1772 if (refshdr->sh_type == SHT_GROUP) in check_group()
2258 case SHT_GROUP: in check_sections()
Dldgeneric.c1146 else if (unlikely (shdr->sh_type == SHT_GROUP)) in add_relocatable_file()
3083 assert (head->type != SHT_GROUP); in ld_generic_create_sections()
5530 shdr->sh_type = SHT_GROUP; in ld_generic_create_outfile()
Dreadelf.c999 if (shdr != NULL && shdr->sh_type == SHT_GROUP) in print_scngrp()
/external/elfutils/libasm/
Dasm_end.c352 shdr->sh_type = SHT_GROUP; in binary_end()