Searched refs:e_shnum (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | img2srec.c | 264 getPtr = ExtractWord(&elfHeader.e_shnum, getPtr); in ConvertELF() 280 for (i = 0; i < elfHeader.e_shnum; i++) { in ConvertELF() 311 for (i = 0; i < elfHeader.e_shnum; i++) { in ConvertELF()
|
| H A D | mips-relocs.c | 291 for (i = 0; i < ehdr_field(e_shnum); i++) { in main() 317 for (i = 0; i < ehdr_field(e_shnum); i++) { in main() 336 for (j = 0; j < ehdr_field(e_shnum); j++) { in main()
|
| H A D | zynqmpbif.c | 559 for (i = 0; i < le64_to_cpu(ehdr->e_shnum); i++, shdr++) { in elf2flat64() 580 for (i = 0; i < le64_to_cpu(ehdr->e_shnum); i++, shdr++) { in elf2flat64() 607 for (i = 0; i < le32_to_cpu(ehdr->e_shnum); i++, shdr++) { in elf2flat32() 628 for (i = 0; i < le32_to_cpu(ehdr->e_shnum); i++, shdr++) { in elf2flat32()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 82 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx 97 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx =\ 162 for i in range(0,e_shnum):
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 14 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ 118 sizeof(struct elf_shdr) * ehdr->e_shnum); 124 for (i = 0; i < ehdr->e_shnum; i++) { 129 symtab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_SYMTAB); 141 if (symtab->sh_link >= ehdr->e_shnum) { 213 sizeof(struct elf_shdr) * ehdr->e_shnum); 218 for (i = 0; i < ehdr->e_shnum; i++) { 223 reltab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_RELA);
|
| /openbmc/u-boot/drivers/net/pfe_eth/ |
| H A D | pfe_firmware.c | 35 Elf32_Half sections = be16_to_cpu(elf_hdr->e_shnum); in pfe_load_elf()
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 104 Elf32_Half e_shnum; /* number of section header entries */ member 122 Elf64_Half e_shnum; /* number of section header entries */ member
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 94 for (i = 0; i < ehdr->e_shnum; ++i) { in load_elf64_image_shdr() 199 for (i = 0; i < ehdr->e_shnum; ++i) { in load_elf_image_shdr()
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 61 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in bswap_ehdr() 405 for (i = 0; i < hdr->e_shnum; i++) { in load_symbols()
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1519 Elf32_Half e_shnum; member 1536 Elf64_Half e_shnum; member
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 160 elf_header->e_shnum = cpu_to_dump16(s, s->shdr_num); in prepare_elf64_header() 187 elf_header->e_shnum = cpu_to_dump16(s, s->shdr_num); in prepare_elf32_header()
|