Searched refs:sh_type (Results 1 - 25 of 40) sorted by relevance

12

/external/elfutils/libelf/
H A Delf-knowledge.h27 && (shdr)->sh_type != SHT_NOTE \
32 || (((shdr)->sh_type == SHT_RELA || (shdr)->sh_type == SHT_REL) \
42 && ((shdr)->sh_type != SHT_PROGBITS \
49 && (shdr)->sh_type < SHT_NUM)
62 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
H A Delf_strptr.c79 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
95 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
H A Dgelf_getshdr.c60 COPY (sh_type);
H A Dgelf_update_shdr.c64 COPY (sh_type);
H A Dnlist.c89 if (shdr->sh_type == SHT_SYMTAB)
96 if (shdr->sh_type == SHT_DYNSYM)
H A Delf32_getshdr.c117 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
146 CONVERT (shdr[cnt].sh_type);
H A Delf32_updatenull.c184 switch (shdr->sh_type)
286 + (shdr->sh_type != SHT_NOBITS
315 if (shdr->sh_type != SHT_NOBITS)
H A Delf32_updatefile.c206 if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL)
267 else if (shdr->sh_type != SHT_NOBITS && scn->index != 0)
514 if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL
583 else if (shdr->sh_type != SHT_NOBITS && scn->index != 0)
/external/llvm/test/Scripts/
H A Delf-dump57 self.sh_type = f.read32()
69 print " ('sh_type', %s)" % common_dump.HexDump(self.sh_type)
78 if self.sh_type[0] == 2: # SHT_SYMTAB
82 elif self.sh_type[0] == 4 or self.sh_type[0] == 9: # SHT_RELA / SHT_REL
84 dumpRel(f, self, self.sh_type[0] == 4)
88 if self.sh_type != 8: # != SHT_NOBITS
/external/elfutils/tests/
H A Dupdate4.c127 shdr->sh_type = SHT_PROGBITS;
163 shdr->sh_type = SHT_PROGBITS;
199 shdr->sh_type = SHT_PROGBITS;
235 shdr->sh_type = SHT_NOBITS;
272 shdr->sh_type = SHT_STRTAB;
H A Dsectiondump.c100 shdr->sh_type,
116 switch (shdr->sh_type)
H A Dasm-tst7.c104 if (shdr->sh_type != SHT_SYMTAB)
H A Dasm-tst8.c105 if (shdr->sh_type != SHT_SYMTAB)
H A Dasm-tst1.c171 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS))
H A Dasm-tst2.c187 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
H A Dupdate3.c122 shdr->sh_type = SHT_STRTAB;
/external/elfutils/src/
H A Dstrip.c588 if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB_SHNDX))
593 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP))
618 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GNU_versym))
704 if ((shdr_info[cnt].shdr.sh_type == SHT_REL
705 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
715 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
716 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB)
737 assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB);
843 debugshdr.sh_type = SHT_NOBITS;
969 shdr_info[cnt].shdr.sh_type
[all...]
H A Delflint.c550 if (shdr->sh_type != SHT_GROUP)
600 if (strshdr->sh_type != SHT_STRTAB)
622 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX
962 if (rcshdr->sh_type == SHT_DYNAMIC)
1030 if(destshdr->sh_type != SHT_PROGBITS
1031 && destshdr->sh_type != SHT_NOBITS)
1165 if (destshdr->sh_type != SHT_PROGBITS
1166 && destshdr->sh_type != SHT_NOBITS)
1343 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1496 if (symshdr != NULL && symshdr->sh_type !
[all...]
H A Dldgeneric.c837 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL)
867 if (unlikely (scninfo->shdr.sh_type == SHT_NULL))
928 || shdr->sh_type == SHT_NOTE
929 || (shdr->sh_type == SHT_PROGBITS
946 search.type = shdr->sh_type;
991 queued->type = shdr->sh_type;
1047 if (fileinfo->scninfo[cnt].shdr.sh_type == SHT_NULL)
1077 if (unlikely (shdr->sh_type == SHT_SYMTAB)
1078 || unlikely (shdr->sh_type
[all...]
/external/llvm/lib/Object/
H A DELFObjectFile.cpp99 Elf_Word sh_type; // Section type (SHT_*) member in struct:__anon6763::Elf_Shdr_Base
114 Elf_Word sh_type; // Section type (SHT_*) member in struct:__anon6763::Elf_Shdr_Base
557 switch (Section->sh_type) {
779 && sec->sh_type == ELF::SHT_PROGBITS)
792 && sec->sh_type == ELF::SHT_NOBITS)
878 switch (sec->sh_type) {
906 switch (sec->sh_type) {
928 switch (sec->sh_type) {
953 switch (sec->sh_type) {
1064 switch (sec->sh_type) {
[all...]
/external/qemu/elff/
H A Delff_elf.h210 Elf_Word sh_type; member in struct:Elf_SHdr
260 * Values for sh_type
/external/kernel-headers/original/linux/
H A Delf.h235 /* sh_type */
271 Elf32_Word sh_type; member in struct:__anon5679
284 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
/external/elfutils/libasm/
H A Dasm_end.c141 shdr->sh_type = SHT_STRTAB;
220 shdr->sh_type = SHT_SYMTAB_SHNDX;
262 shdr->sh_type = SHT_SYMTAB;
288 shdr->sh_type = SHT_STRTAB;
352 shdr->sh_type = SHT_GROUP;
H A Dasm_newscn.c136 result->type = shdr->sh_type = type;
/external/grub/stage2/
H A Di386-elf.h106 Elf32_Word sh_type; /* Section type */ member in struct:__anon4481

Completed in 132 milliseconds

12