Searched refs:number_of_functions (Results 1 – 7 of 7) sorted by relevance
368 bfd_size_type number_of_functions; member3122 unsigned int number_of_functions = unit->number_of_functions; in build_lookup_funcinfo_table() local3129 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() local3203 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()[all …]
1018 'number_of_functions' to keep lookup table and number of entries in
415 bfd_size_type number_of_functions; member3214 unsigned int number_of_functions = unit->number_of_functions; in build_lookup_funcinfo_table() local3221 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() local3295 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()[all …]
7692 my $number_of_functions = 0;7968 $number_of_functions++;8254 $msg = "Total number of functions: $number_of_functions"; 8262 my $multi_occurrences = $number_of_functions - $number_of_unique_functions;