Searched refs:rt_error (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/perf/ |
H A D | tinycc.c | 20609 void rt_error(ucontext_t *uc, const char *fmt, ...) 20642 rt_error(uc, "division by zero"); 20645 rt_error(uc, "floating point exception"); 20652 rt_error(uc, *rt_bound_error_msg); 20654 rt_error(uc, "dereferencing invalid pointer"); 20657 rt_error(uc, "illegal instruction"); 20660 rt_error(uc, "abort() called"); 20663 rt_error(uc, "caught signal %d", signum); 20607 void rt_error(ucontext_t *uc, const char *fmt, ...) function
|
Completed in 191 milliseconds