Home
last modified time | relevance | path

Searched refs:sh_entsize (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/
A Dmips-relocs.c197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local
347 sh_entsize = shdr_field(i, sh_entsize); in main()
348 sh_entries = shdr_field(i, sh_size) / sh_entsize; in main()
369 err = parse_fn(elf + sh_offset + (j * sh_entsize)); in main()
A Dimg2srec.c291 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_entsize, getPtr); in ConvertELF()
/u-boot/include/
A Delf.h241 Elf32_Word sh_entsize; /* section entry size */ member
255 Elf64_Xword sh_entsize; /* section entry size */ member

Completed in 8 milliseconds