Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dsorttable.c683 static char m_err[ERRSTR_MAXSZ]; variable
724 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs()
731 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs()
829 snprintf(m_err, ERRSTR_MAXSZ, "Failed to allocate sort array"); in sort_mcount_loc()
830 pthread_exit(m_err); in sort_mcount_loc()
844 e_msg = m_err; in sort_mcount_loc()
849 snprintf(m_err, ERRSTR_MAXSZ, "Expected %u mcount elements but found %u\n", in sort_mcount_loc()
851 e_msg = m_err; in sort_mcount_loc()