Home
last modified time | relevance | path

Searched refs:elf_core_dump (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch9 src/common/linux/elf_core_dump.h | 1 +
12 --- a/src/common/linux/elf_core_dump.h
13 +++ b/src/common/linux/elf_core_dump.h
/openbmc/qemu/bsd-user/
H A Delfcore.c3 static int elf_core_dump(int signr, CPUArchState *env) in elf_core_dump() function
H A Delfload.c38 static int elf_core_dump(int signr, CPUArchState *env);
821 bprm->core_dump = &elf_core_dump; in load_elf_binary()
/openbmc/qemu/linux-user/
H A Delfload.c2290 static int elf_core_dump(int, const CPUArchState *);
4003 bprm->core_dump = &elf_core_dump; in load_elf_binary()
4447 static int elf_core_dump(int signr, const CPUArchState *env) in elf_core_dump() function