Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Delfload.c821 bprm->core_dump = &elf_core_dump; in load_elf_binary()
823 bprm->core_dump = NULL; in load_elf_binary()
H A Dsignal.c381 if (core_dump_signal(target_sig) && (ts->bprm->core_dump != NULL)) { in dump_core_and_abort()
384 ((*ts->bprm->core_dump)(target_sig, env) == 0); in dump_core_and_abort()
H A Dqemu.h157 int (*core_dump)(int, CPUArchState *); member