Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c2004 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()
[all …]