Searched refs:write_elf64_qemunote (Results 1 – 3 of 3) sorted by relevance
108 if (!cc->sysemu_ops->write_elf64_qemunote) { in cpu_write_elf64_qemunote()111 return (*cc->sysemu_ops->write_elf64_qemunote)(f, cpu, opaque); in cpu_write_elf64_qemunote()
73 int (*write_elf64_qemunote)(WriteCoreDumpFunction f, CPUState *cpu, member
8382 .write_elf64_qemunote = x86_cpu_write_elf64_qemunote,