bfd_support.cpp | 187 bool is_correct_function(string const & function, string const & name) function in namespace:__anon24399 204 cverb << vbfd << "is_correct_function(" << function << ", " 252 && is_correct_function(function, name)) { 652 * is_correct_function does not handle the case of static inlines, 656 if (linenr == 0 && !is_correct_function(function, sym.name()))
|