Searched refs:make_coredump (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_coredump/ |
D | coredump-macho.c | 38 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size) in VG_() argument
|
D | coredump-elf.c | 732 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size) in VG_() argument
|
D | coredump-solaris.c | 862 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, in VG_() argument
|
/external/valgrind/coregrind/ |
D | pub_core_coredump.h | 41 extern void VG_(make_coredump) ( ThreadId tid, const vki_siginfo_t *si,
|
D | m_signals.c | 1904 VG_(make_coredump)(tid, info, corelim.rlim_cur); in default_action()
|