Searched refs:NT_PRSTATUS (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | arch_dump.c | 77 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 D | arch_dump.c | 121 loongarch_note_init(¬e, s, "CORE", 5, NT_PRSTATUS, in loongarch_cpu_write_elf64_note()
|
| /openbmc/qemu/target/i386/ |
| H A D | arch_dump.c | 88 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 D | arch_dump.c | 243 aarch64_note_init(¬e, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf64_note() 368 arm_note_init(¬e, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf32_note()
|
| /openbmc/qemu/target/ppc/ |
| H A D | arch_dump.c | 113 note->hdr.n_type = cpu_to_dump32(s, NT_PRSTATUS); in ppc_write_elf_prstatus()
|
| /openbmc/qemu/target/s390x/ |
| H A D | arch_dump.c | 96 note->hdr.n_type = cpu_to_be32(NT_PRSTATUS); in s390x_write_elf64_prstatus()
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1682 #define NT_PRSTATUS 1 macro
|