Lines Matching refs:best_fit
2004 struct funcinfo* best_fit = NULL; in lookup_address_in_function_table() local
2018 if (!best_fit in lookup_address_in_function_table()
2021 best_fit = each_func; in lookup_address_in_function_table()
2028 if (best_fit) in lookup_address_in_function_table()
2030 *functionname_ptr = best_fit->name; in lookup_address_in_function_table()
2031 *function_ptr = best_fit; in lookup_address_in_function_table()
2051 struct funcinfo* best_fit = NULL; in lookup_symbol_in_function_table() local
2070 && (!best_fit in lookup_symbol_in_function_table()
2073 best_fit = each_func; in lookup_symbol_in_function_table()
2079 if (best_fit) in lookup_symbol_in_function_table()
2081 best_fit->sec = sec; in lookup_symbol_in_function_table()
2082 *filename_ptr = best_fit->file; in lookup_symbol_in_function_table()
2083 *linenumber_ptr = best_fit->line; in lookup_symbol_in_function_table()
3195 struct funcinfo* best_fit = NULL; in info_hash_lookup_funcinfo() local
3214 && (!best_fit in info_hash_lookup_funcinfo()
3217 best_fit = each_func; in info_hash_lookup_funcinfo()
3223 if (best_fit) in info_hash_lookup_funcinfo()
3225 best_fit->sec = sec; in info_hash_lookup_funcinfo()
3226 *filename_ptr = best_fit->file; in info_hash_lookup_funcinfo()
3227 *linenumber_ptr = best_fit->line; in info_hash_lookup_funcinfo()