Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c349 void perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function
440 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag()
468 perror_msg_and_die("setreuid"); in swap_uid()
502 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen()
528 perror_msg_and_die("pipe"); in strace_popen()
534 perror_msg_and_die("vfork"); in strace_popen()
541 perror_msg_and_die("dup2"); in strace_popen()
545 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
991 perror_msg_and_die("fork"); in startup_attach()
1133 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die()
[all …]
Dunwind.c368 perror_msg_and_die("Can't initiate libunwind"); in stacktrace_walk()
Ddefs.h467 void perror_msg_and_die(const char *fmt, ...)
/external/libunwind/tests/
Dtest-coredump-unwind.c187 void perror_msg_and_die(const char *s, ...) in perror_msg_and_die() function