Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 6 of 6) sorted by relevance

/u-boot/lib/
A Delf.c81 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()
/u-boot/tools/
A Dmips-relocs.c197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local
318 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()
A Dimg2srec.c283 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_type, getPtr); in ConvertELF()
312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
A Dzynqmpbif.c562 (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()
/u-boot/drivers/net/pfe_eth/
A Dpfe_hw.c354 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()
/u-boot/include/
A Delf.h233 Elf32_Word sh_type; /* type */ member
247 Elf64_Word sh_type; /* type */ member

Completed in 12 milliseconds