Home
last modified time | relevance | path

Searched refs:Elf64_Nhdr (Results 1 – 9 of 9) sorted by relevance

/qemu/target/i386/
H A Darch_dump.c48 Elf64_Nhdr *note; in x86_64_write_elf64_note()
84 note_size = ELF_NOTE_SIZE(sizeof(Elf64_Nhdr), name_size, descsz); in x86_64_write_elf64_note()
90 buf += ROUND_UP(sizeof(Elf64_Nhdr), 4); in x86_64_write_elf64_note()
154 Elf64_Nhdr *note; in x86_write_elf64_note()
162 note_size = ELF_NOTE_SIZE(sizeof(Elf64_Nhdr), name_size, descsz); in x86_write_elf64_note()
168 buf += ROUND_UP(sizeof(Elf64_Nhdr), 4); in x86_write_elf64_note()
336 Elf64_Nhdr *note64; in cpu_write_qemu_note()
350 note_head_size = sizeof(Elf64_Nhdr); in cpu_write_qemu_note()
444 note_head_size = sizeof(Elf64_Nhdr); in cpu_get_note_size()
/qemu/target/loongarch/
H A Darch_dump.c64 Elf64_Nhdr hdr;
/qemu/target/s390x/
H A Darch_dump.c68 Elf64_Nhdr hdr;
482 note_head_size = sizeof(Elf64_Nhdr); in cpu_get_note_size()
/qemu/contrib/elf2dmp/
H A Dqemu_elf.c61 Elf64_Nhdr *nhdr; in init_states()
/qemu/target/riscv/
H A Darch_dump.c45 Elf64_Nhdr hdr;
/qemu/target/ppc/
H A Darch_dump.c25 typedef Elf64_Nhdr Elf_Nhdr;
/qemu/target/arm/
H A Darch_dump.c78 Elf64_Nhdr hdr;
/qemu/dump/
H A Ddump.c929 const Elf64_Nhdr *hdr = note; in get_note_sizes()
930 note_head_sz = sizeof(Elf64_Nhdr); in get_note_sizes()
1878 sizeof(Elf64_Nhdr) : sizeof(Elf32_Nhdr); in dump_init()
/qemu/include/
H A Delf.h1743 } Elf64_Nhdr; typedef