Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Darch_dump.c77 NT_PRSTATUS, sizeof(note.prstatus)); in riscv_cpu_write_elf64_note()
146 NT_PRSTATUS, sizeof(note.prstatus)); in riscv_cpu_write_elf32_note()
/openbmc/qemu/target/loongarch/
H A Darch_dump.c121 loongarch_note_init(&note, s, "CORE", 5, NT_PRSTATUS, in loongarch_cpu_write_elf64_note()
/openbmc/qemu/target/i386/
H A Darch_dump.c88 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_64_write_elf64_note()
166 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_write_elf64_note()
220 note->n_type = cpu_to_le32(NT_PRSTATUS); in x86_cpu_write_elf32_note()
/openbmc/qemu/target/arm/
H A Darch_dump.c243 aarch64_note_init(&note, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf64_note()
368 arm_note_init(&note, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf32_note()
/openbmc/qemu/target/ppc/
H A Darch_dump.c113 note->hdr.n_type = cpu_to_dump32(s, NT_PRSTATUS); in ppc_write_elf_prstatus()
/openbmc/qemu/target/s390x/
H A Darch_dump.c96 note->hdr.n_type = cpu_to_be32(NT_PRSTATUS); in s390x_write_elf64_prstatus()
/openbmc/qemu/include/
H A Delf.h1682 #define NT_PRSTATUS 1 macro