Searched refs:write_elf32_qemunote (Results 1 – 3 of 3) sorted by relevance
71 int (*write_elf32_qemunote)(WriteCoreDumpFunction f, CPUState *cpu, member
98 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()
9410 .write_elf32_qemunote = x86_cpu_write_elf32_qemunote,