Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c368 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()
[all …]
H A DChangeLog-20161018 'number_of_functions' to keep lookup table and number of entries in
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c415 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()
[all …]
H A DChangeLog-20161018 'number_of_functions' to keep lookup table and number of entries in
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in7692 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;
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20161018 'number_of_functions' to keep lookup table and number of entries in
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20161018 'number_of_functions' to keep lookup table and number of entries in