Home
last modified time | relevance | path

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

/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);
/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc23 bswaps(&ehdr->e_shnum); /* Section header table entry count */
104 for (i = 0; i < ehdr->e_shnum; ++i) {
129 shnum = ehdr->e_shnum;
H A Delfload.c2143 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in bswap_ehdr()
3658 shnum = hdr->e_shnum; in load_symbols()
/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()
/qemu/include/
H A Delf.h1512 Elf32_Half e_shnum; member
1529 Elf64_Half e_shnum; member
/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()
/qemu/tcg/
H A Dtcg.c7168 .e_shnum = ARRAY_SIZE(img->shdr), in tcg_register_jit_int()