Searched defs:error_msg_and_die (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/tests/
H A Dtest-coredump-unwind.c169 void error_msg_and_die(const char *s, ...) function
199 error_msg_and_die("Out of memory, exiting");
289 error_msg_and_die("Usage: %s COREDUMP [VADDR:BINARY_FILE]...", progname);
295 error_msg_and_die("unw_create_addr_space() failed");
299 error_msg_and_die("_UCD_create('%s') failed", argv[1]);
302 error_msg_and_die("unw_init_remote() failed: ret=%d\n", ret);
319 error_msg_and_die("Bad format: '%s'", *argv);
321 error_msg_and_die("Can't add backing file '%s'", colon + 1);
330 error_msg_and_die("unw_get_reg(UNW_REG_IP) failed: ret=%d\n", ret);
335 error_msg_and_die("unw_get_proc_inf
[all...]
/external/strace/
H A Dstrace.c303 void error_msg_and_die(const char *fmt, ...) function
333 error_msg_and_die("Out of memory");
339 error_msg_and_die("Invalid -%c argument: '%s'", opt, arg);
718 error_msg_and_die("bug in alloctcb");
941 error_msg_and_die("Invalid process id: '%s'", opt);
944 error_msg_and_die("I'm sorry, I can't let you do that, Dave.");
1372 error_msg_and_die("%s: unexpected exit status %u",
1380 error_msg_and_die("%s: unexpected signal %u",
1387 error_msg_and_die("%s: unexpected wait status %x",
1489 error_msg_and_die("
[all...]
/external/genext2fs/
H A Dgenext2fs.c693 error_msg_and_die(const char *s, ...) function
743 error_msg_and_die(memory_exhausted);
752 error_msg_and_die(memory_exhausted);
887 error_msg_and_die("couldn't allocate a block (no free space)");
889 error_msg_and_die("group descr %d. free blocks count == 0 (corrupted fs?)",grp);
891 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)");
932 error_msg_and_die("couldn't allocate an inode (no free inode)");
934 error_msg_and_die("group descr. free blocks count == 0 (corrupted fs?)");
936 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)");
1189 error_msg_and_die("fil
[all...]

Completed in 152 milliseconds