Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h59 int (*write_elf32_note)(WriteCoreDumpFunction f, CPUState *cpu, member
/openbmc/qemu/hw/core/
H A Dcpu-system.c107 if (!cpu->cc->sysemu_ops->write_elf32_note) { in cpu_write_elf32_note()
110 return (*cpu->cc->sysemu_ops->write_elf32_note)(f, cpu, cpuid, opaque); in cpu_write_elf32_note()
/openbmc/qemu/target/arm/
H A Dcpu.c2676 .write_elf32_note = arm_cpu_write_elf32_note,
/openbmc/qemu/target/riscv/
H A Dcpu.c2676 .write_elf32_note = riscv_cpu_write_elf32_note,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7476 .write_elf32_note = ppc32_cpu_write_elf32_note,
/openbmc/qemu/target/i386/
H A Dcpu.c10049 .write_elf32_note = x86_cpu_write_elf32_note,