Home
last modified time | relevance | path

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

/linux/scripts/
H A Dsorttable.c350 static char m_err[ERRSTR_MAXSZ]; variable
391 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs()
398 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs()
496 snprintf(m_err, ERRSTR_MAXSZ, "Failed to allocate sort array"); in sort_mcount_loc()
497 pthread_exit(m_err); in sort_mcount_loc()
511 e_msg = m_err; in sort_mcount_loc()
516 snprintf(m_err, ERRSTR_MAXSZ, "Expected %u mcount elements but found %u\n", in sort_mcount_loc()
518 e_msg = m_err; in sort_mcount_loc()