HomeSort by relevance Sort by last modified time
    Searched refs:error_msg_and_die (Results 1 - 10 of 10) sorted by null

  /external/strace/
xstring.h 36 error_msg_and_die("%s: got unexpected return value %d for "
72 error_msg_and_die("%s: string size overflow (%p+%zu) in %s",
76 error_msg_and_die("%s: got position (%p) beyond string "
81 error_msg_and_die("%s: got position %p before string %p in %s",
error_prints.h 50 void error_msg_and_die(const char *fmt, ...)
75 error_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
basic_filters.c 60 error_msg_and_die("%s: %s: %s", str, pattern, buf);
249 error_msg_and_die("invalid system call '%s'", token);
255 error_msg_and_die("invalid system call '%s'", str);
306 error_msg_and_die("invalid %s '%s'", name, token);
314 error_msg_and_die("invalid %s '%s'", name, str);
error_prints.c 88 error_msg_and_die(const char *fmt, ...) function
xmalloc.c 48 error_msg_and_die("Out of memory");
unwind.c 110 error_msg_and_die("failed to create address space for stack tracing");
380 error_msg_and_die("bug: mmap_cache is NULL");
382 error_msg_and_die("bug: mmap_cache is empty");
600 error_msg_and_die("bug: unprinted entries in queue");
filter_qualify.c 256 error_msg_and_die("invalid %s '%s'", description, str);
272 error_msg_and_die("invalid %s '%s'", description, str);
strace.c 754 error_msg_and_die("bug in alloctcb");
1004 error_msg_and_die("Invalid process id: '%s'", opt);
1007 error_msg_and_die("I'm sorry, I can't let you do that, Dave.");
    [all...]
syscall.c 261 error_msg_and_die("Requested switch to unsupported personality "
  /external/libunwind/tests/
test-coredump-unwind.c 169 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_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret)
    [all...]

Completed in 334 milliseconds