HomeSort by: relevance | last modified time | path
    Searched defs:number_of_functions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 412 bfd_size_type number_of_functions; member in struct:comp_unit
3242 unsigned int number_of_functions = unit->number_of_functions; local
3249 if (lookup_funcinfo_table || number_of_functions == 0)
3254 bfd_malloc (number_of_functions * sizeof (struct lookup_funcinfo));
3259 func_index = number_of_functions;
3286 number_of_functions,
3292 for (func_index = 1; func_index < number_of_functions; func_index++)
3315 unsigned int number_of_functions = unit->number_of_functions; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 412 bfd_size_type number_of_functions; member in struct:comp_unit
3242 unsigned int number_of_functions = unit->number_of_functions; local
3249 if (lookup_funcinfo_table || number_of_functions == 0)
3254 bfd_malloc (number_of_functions * sizeof (struct lookup_funcinfo));
3259 func_index = number_of_functions;
3286 number_of_functions,
3292 for (func_index = 1; func_index < number_of_functions; func_index++)
3315 unsigned int number_of_functions = unit->number_of_functions; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 412 bfd_size_type number_of_functions; member in struct:comp_unit
3242 unsigned int number_of_functions = unit->number_of_functions; local
3249 if (lookup_funcinfo_table || number_of_functions == 0)
3254 bfd_malloc (number_of_functions * sizeof (struct lookup_funcinfo));
3259 func_index = number_of_functions;
3286 number_of_functions,
3292 for (func_index = 1; func_index < number_of_functions; func_index++)
3315 unsigned int number_of_functions = unit->number_of_functions; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 412 bfd_size_type number_of_functions; member in struct:comp_unit
3242 unsigned int number_of_functions = unit->number_of_functions; local
3249 if (lookup_funcinfo_table || number_of_functions == 0)
3254 bfd_malloc (number_of_functions * sizeof (struct lookup_funcinfo));
3259 func_index = number_of_functions;
3286 number_of_functions,
3292 for (func_index = 1; func_index < number_of_functions; func_index++)
3315 unsigned int number_of_functions = unit->number_of_functions; local
    [all...]

Completed in 36 milliseconds