Home
last modified time | relevance | path

Searched refs:write_elf32_qemunote (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h71 int (*write_elf32_qemunote)(WriteCoreDumpFunction f, CPUState *cpu, member
/qemu/hw/core/
H A Dcpu-system.c98 if (!cpu->cc->sysemu_ops->write_elf32_qemunote) { in cpu_write_elf32_qemunote()
101 return (*cpu->cc->sysemu_ops->write_elf32_qemunote)(f, cpu, opaque); in cpu_write_elf32_qemunote()
/qemu/target/i386/
H A Dcpu.c9410 .write_elf32_qemunote = x86_cpu_write_elf32_qemunote,