Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c319 void perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function
419 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag()
447 perror_msg_and_die("setreuid"); in swap_uid()
481 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen()
507 perror_msg_and_die("pipe"); in strace_popen()
513 perror_msg_and_die("vfork"); in strace_popen()
520 perror_msg_and_die("dup2"); in strace_popen()
524 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
969 perror_msg_and_die("fork"); in startup_attach()
1110 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die()
[all …]
Dunwind.c380 perror_msg_and_die("Can't initiate libunwind"); in stacktrace_walk()
Ddefs.h433 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