Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dcpu-sysemu.c97 if (!cc->sysemu_ops->write_elf32_note) { in cpu_write_elf32_note()
100 return (*cc->sysemu_ops->write_elf32_note)(f, cpu, cpuid, opaque); in cpu_write_elf32_note()
/openbmc/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h55 int (*write_elf32_note)(WriteCoreDumpFunction f, CPUState *cpu, member
/openbmc/qemu/target/arm/
H A Dcpu.c2665 .write_elf32_note = arm_cpu_write_elf32_note,
/openbmc/qemu/target/riscv/
H A Dcpu.c2748 .write_elf32_note = riscv_cpu_write_elf32_note,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7408 .write_elf32_note = ppc32_cpu_write_elf32_note,
/openbmc/qemu/target/i386/
H A Dcpu.c8563 .write_elf32_note = x86_cpu_write_elf32_note,