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.c106 if (!cpu->cc->sysemu_ops->write_elf32_note) { in cpu_write_elf32_note()
109 return (*cpu->cc->sysemu_ops->write_elf32_note)(f, cpu, cpuid, opaque); in cpu_write_elf32_note()
/openbmc/qemu/target/arm/
H A Dcpu.c2308 .write_elf32_note = arm_cpu_write_elf32_note, in arm_cpu_realizefn()
/openbmc/qemu/target/riscv/
H A Dcpu.c2715 .write_elf32_note = riscv_cpu_write_elf32_note, in profile_extends()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7480 .write_elf32_note = ppc32_cpu_write_elf32_note,
/openbmc/qemu/target/i386/
H A Dcpu.c10072 .write_elf32_note = x86_cpu_write_elf32_note, in x86_cpu_common_class_init()