Searched refs:sh_type (Results 1 – 6 of 6) sorted by relevance
81 if (shdr->sh_type == SHT_STRTAB) in load_elf64_image_shdr()96 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf64_image_shdr()102 if (shdr->sh_type == SHT_NOBITS) { in load_elf64_image_shdr()186 if (shdr->sh_type == SHT_STRTAB) in load_elf_image_shdr()201 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr()207 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local318 sh_type = shdr_field(i, sh_type); in main()319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()350 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()
562 (shdr->sh_type == SHT_NOBITS)) in elf2flat64()588 if (shdr->sh_type != SHT_NOBITS) in elf2flat64()610 (shdr->sh_type == SHT_NOBITS)) in elf2flat32()636 if (shdr->sh_type != SHT_NOBITS) in elf2flat32()
354 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pmem_section()405 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_dmem_section()462 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_ddr_section()546 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pe_lmem_section()
233 Elf32_Word sh_type; /* type */ member247 Elf64_Word sh_type; /* type */ member
Completed in 12 milliseconds