Home
last modified time | relevance | path

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

/qemu/include/
H A Delf.h1511 Elf32_Half e_shentsize; member
1528 Elf64_Half e_shentsize; member
/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc22 bswaps(&ehdr->e_shentsize); /* Section header table entry size */
H A Delfload.c2142 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()
/qemu/bsd-user/
H A Delfload.c60 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()
/qemu/dump/
H A Ddump.c159 elf_header->e_shentsize = cpu_to_dump16(s, sizeof(Elf64_Shdr)); in prepare_elf64_header()
186 elf_header->e_shentsize = cpu_to_dump16(s, sizeof(Elf32_Shdr)); in prepare_elf32_header()
/qemu/include/hw/
H A Delf_ops.h.inc13 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */
/qemu/tcg/
H A Dtcg.c7167 .e_shentsize = sizeof(ElfW(Shdr)), in tcg_register_jit_int()