Home
last modified time | relevance | path

Searched refs:Elf32_Nhdr (Results 1 – 6 of 6) sorted by relevance

/qemu/target/i386/
H A Darch_dump.c208 Elf32_Nhdr *note; in x86_cpu_write_elf32_note()
216 note_size = ELF_NOTE_SIZE(sizeof(Elf32_Nhdr), name_size, descsz); in x86_cpu_write_elf32_note()
222 buf += ROUND_UP(sizeof(Elf32_Nhdr), 4); in x86_cpu_write_elf32_note()
337 Elf32_Nhdr *note32; in cpu_write_qemu_note()
348 note_head_size = sizeof(Elf32_Nhdr); in cpu_write_qemu_note()
442 note_head_size = sizeof(Elf32_Nhdr); in cpu_get_note_size()
/qemu/target/riscv/
H A Darch_dump.c114 Elf32_Nhdr hdr;
/qemu/target/ppc/
H A Darch_dump.c30 typedef Elf32_Nhdr Elf_Nhdr;
/qemu/target/arm/
H A Darch_dump.c310 Elf32_Nhdr hdr;
/qemu/dump/
H A Ddump.c934 const Elf32_Nhdr *hdr = note; in get_note_sizes()
935 note_head_sz = sizeof(Elf32_Nhdr); in get_note_sizes()
1878 sizeof(Elf64_Nhdr) : sizeof(Elf32_Nhdr); in dump_init()
/qemu/include/
H A Delf.h1736 } Elf32_Nhdr; typedef