Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c198 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local
323 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()
H A Dimg2srec.c283 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_type, getPtr); in ConvertELF()
312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
/rk3399_rockchip-uboot/cmd/
H A Delf.c71 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()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_mini_dump.c254 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()
/rk3399_rockchip-uboot/include/
H A Delf.h233 Elf32_Word sh_type; /* type */ member
247 Elf64_Word sh_type; /* type */ member