Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c20607 void rt_error(ucontext_t *uc, const char *fmt, ...) in rt_error() function
20640 rt_error(uc, "division by zero"); in sig_error()
20643 rt_error(uc, "floating point exception"); in sig_error()
20650 rt_error(uc, *rt_bound_error_msg); in sig_error()
20652 rt_error(uc, "dereferencing invalid pointer"); in sig_error()
20655 rt_error(uc, "illegal instruction"); in sig_error()
20658 rt_error(uc, "abort() called"); in sig_error()
20661 rt_error(uc, "caught signal %d", signum); in sig_error()