Home
last modified time | relevance | path

Searched refs:error_msg_and_die (Results 1 – 7 of 7) sorted by relevance

/external/libunwind/tests/
Dtest-coredump-unwind.c169 void error_msg_and_die(const char *s, ...) in error_msg_and_die() function
199 error_msg_and_die("Out of memory, exiting"); in die_out_of_memory()
289 error_msg_and_die("Usage: %s COREDUMP [VADDR:BINARY_FILE]...", progname); in main()
295 error_msg_and_die("unw_create_addr_space() failed"); in main()
299 error_msg_and_die("_UCD_create('%s') failed", argv[1]); in main()
302 error_msg_and_die("unw_init_remote() failed: ret=%d\n", ret); in main()
319 error_msg_and_die("Bad format: '%s'", *argv); in main()
321 error_msg_and_die("Can't add backing file '%s'", colon + 1); in main()
330 error_msg_and_die("unw_get_reg(UNW_REG_IP) failed: ret=%d\n", ret); in main()
335 error_msg_and_die("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in main()
[all …]
/external/strace/
Dstrace.c303 void error_msg_and_die(const char *fmt, ...) in error_msg_and_die() function
333 error_msg_and_die("Out of memory"); in die_out_of_memory()
339 error_msg_and_die("Invalid -%c argument: '%s'", opt, arg); in error_opt_arg()
718 error_msg_and_die("bug in alloctcb"); in alloctcb()
941 error_msg_and_die("Invalid process id: '%s'", opt); in process_opt_p_list()
944 error_msg_and_die("I'm sorry, I can't let you do that, Dave."); in process_opt_p_list()
1372 error_msg_and_die("%s: unexpected exit status %u", in test_ptrace_setoptions_followfork()
1380 error_msg_and_die("%s: unexpected signal %u", in test_ptrace_setoptions_followfork()
1387 error_msg_and_die("%s: unexpected wait status %x", in test_ptrace_setoptions_followfork()
1489 error_msg_and_die("%s: unexpected exit status %u", in test_ptrace_setoptions_for_all()
[all …]
Dunwind.c99 error_msg_and_die("failed to create address space for stack tracing"); in unwind_init()
371 error_msg_and_die("bug: mmap_cache is NULL"); in stacktrace_walk()
373 error_msg_and_die("bug: mmap_cache is empty"); in stacktrace_walk()
475 error_msg_and_die("error in asprintf"); in sprint_call_or_error()
593 error_msg_and_die("bug: unprinted entries in queue"); in unwind_capture_stacktrace()
Dcount.c146 error_msg_and_die("invalid sortby: '%s'", sortby); in set_sortby()
Ddefs.h587 void error_msg_and_die(const char *fmt, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
Dsyscall.c568 error_msg_and_die("invalid %s '%s'", in qualify()
/external/genext2fs/
Dgenext2fs.c693 error_msg_and_die(const char *s, ...) in error_msg_and_die() function
743 error_msg_and_die(memory_exhausted); in xstrdup()
752 error_msg_and_die(memory_exhausted); in xrealloc()
887 error_msg_and_die("couldn't allocate a block (no free space)"); in alloc_blk()
889 error_msg_and_die("group descr %d. free blocks count == 0 (corrupted fs?)",grp); in alloc_blk()
891 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)"); in alloc_blk()
932 error_msg_and_die("couldn't allocate an inode (no free inode)"); in alloc_nod()
934 error_msg_and_die("group descr. free blocks count == 0 (corrupted fs?)"); in alloc_nod()
936 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)"); in alloc_nod()
1189 error_msg_and_die("file too big !"); in walk_bw()
[all …]