Lines Matching refs:number_of_functions
415 bfd_size_type number_of_functions; member
3214 unsigned int number_of_functions = unit->number_of_functions; in build_lookup_funcinfo_table() local
3221 if (lookup_funcinfo_table || number_of_functions == 0) in build_lookup_funcinfo_table()
3226 bfd_malloc (number_of_functions * sizeof (struct lookup_funcinfo)); in build_lookup_funcinfo_table()
3231 func_index = number_of_functions; in build_lookup_funcinfo_table()
3258 number_of_functions, in build_lookup_funcinfo_table()
3264 for (func_index = 1; func_index < number_of_functions; func_index++) in build_lookup_funcinfo_table()
3287 unsigned int number_of_functions = unit->number_of_functions; in lookup_address_in_function_table() local
3295 if (number_of_functions == 0) in lookup_address_in_function_table()
3301 if (unit->lookup_funcinfo_table[number_of_functions - 1].high_addr < addr) in lookup_address_in_function_table()
3307 high = number_of_functions; in lookup_address_in_function_table()
3326 while (first < number_of_functions) in lookup_address_in_function_table()
3932 unit->number_of_functions++; in scan_unit_for_symbols()