Searched refs:sh_type (Results 1 – 5 of 5) sorted by relevance
198 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local323 sh_type = shdr_field(i, sh_type); in main()324 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()355 if (sh_type == SHT_REL) { in main()
283 getPtr = ExtractLong((uint32_t *)§Header[i].sh_type, getPtr); in ConvertELF()312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
71 if (shdr->sh_type == SHT_STRTAB) in load_elf_image_shdr()86 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr()92 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
254 shdr->sh_type = 0; in rk_dump_elf64_image_phdr()267 shdr->sh_type = SHT_STRTAB; in rk_dump_elf64_image_phdr()281 shdr->sh_type = SHT_PROGBITS; in rk_dump_elf64_image_phdr()388 shdr->sh_type = SHT_PROGBITS; in rk_dump_elf64_image_phdr()
233 Elf32_Word sh_type; /* type */ member247 Elf64_Word sh_type; /* type */ member