Home
last modified time | relevance | path

Searched refs:e_shnum (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/tools/
H A Dimg2srec.c264 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 Dmips-relocs.c291 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 Dzynqmpbif.c559 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 Drelocate_sdk.py82 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 Delf_ops.h.inc14 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 Dpfe_firmware.c35 Elf32_Half sections = be16_to_cpu(elf_hdr->e_shnum); in pfe_load_elf()
/openbmc/u-boot/include/
H A Delf.h104 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 Delf.c94 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 Delfload.c61 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 Delf.h1519 Elf32_Half e_shnum; member
1536 Elf64_Half e_shnum; member
/openbmc/qemu/dump/
H A Ddump.c160 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()