Searched refs:write_elf32_qemunote (Results 1 – 3 of 3) sorted by relevance
86 if (!cc->sysemu_ops->write_elf32_qemunote) { in cpu_write_elf32_qemunote()89 return (*cc->sysemu_ops->write_elf32_qemunote)(f, cpu, opaque); in cpu_write_elf32_qemunote()
67 int (*write_elf32_qemunote)(WriteCoreDumpFunction f, CPUState *cpu, member
8568 .write_elf32_qemunote = x86_cpu_write_elf32_qemunote,