Lines Matching refs:number_of_functions
368 bfd_size_type number_of_functions; member
3122 unsigned int number_of_functions = unit->number_of_functions; in build_lookup_funcinfo_table() local
3129 if (lookup_funcinfo_table || number_of_functions == 0) in build_lookup_funcinfo_table()
3134 bfd_malloc (number_of_functions * sizeof (struct lookup_funcinfo)); in build_lookup_funcinfo_table()
3139 func_index = number_of_functions; in build_lookup_funcinfo_table()
3166 number_of_functions, in build_lookup_funcinfo_table()
3172 for (func_index = 1; func_index < number_of_functions; func_index++) in build_lookup_funcinfo_table()
3195 unsigned int number_of_functions = unit->number_of_functions; in lookup_address_in_function_table() local
3203 if (number_of_functions == 0) in lookup_address_in_function_table()
3209 if (unit->lookup_funcinfo_table[number_of_functions - 1].high_addr < addr) in lookup_address_in_function_table()
3215 high = number_of_functions; in lookup_address_in_function_table()
3234 while (first < number_of_functions) in lookup_address_in_function_table()
3858 unit->number_of_functions++; in scan_unit_for_symbols()