Searched refs:funcinfo (Results 1 – 6 of 6) sorted by relevance
157 struct funcinfo *inliner_chain;254 struct funcinfo *function_table;1153 struct funcinfo struct1156 struct funcinfo *prev_func; argument1158 struct funcinfo *caller_func; argument2000 struct funcinfo **function_ptr, in lookup_address_in_function_table()2003 struct funcinfo* each_func; in lookup_address_in_function_table()2004 struct funcinfo* best_fit = NULL; in lookup_address_in_function_table()2050 struct funcinfo* each_func; in lookup_symbol_in_function_table()2051 struct funcinfo* best_fit = NULL; in lookup_symbol_in_function_table()[all …]
220 struct funcinfo struct222 struct funcinfo *next; argument252 struct funcinfo *func_table;3999 struct funcinfo *funcinfo; in parse_module() local4037 funcinfo = (struct funcinfo *) in parse_module()4038 bfd_zalloc (abfd, sizeof (struct funcinfo)); in parse_module()4039 funcinfo->name in parse_module()4041 funcinfo->low = bfd_getl32 (ptr + DST_S_L_RTNBEG_ADDRESS); in parse_module()4042 funcinfo->next = module->func_table; in parse_module()4043 module->func_table = funcinfo; in parse_module()[all …]
813 * dwarf2.c (struct funcinfo): Delete nesting_level field.814 (lookup_address_in_function_table): Delete code to set funcinfo817 Delete code setting funcinfo nesting_level field. Add code to set818 funcinfo caller_func field.2171 (funcinfo): Add file, line, and sec.2378 (struct funcinfo): Add caller_func, caller_file, caller_line.2381 from "struct funcinfo *" to "struct comp_unit *".3686 (struct funcinfo): Replace low/high members with an arange.
2422 (struct funcinfo, struct vms_private_data_struct): Ditto.
4380 (struct funcinfo, struct module): Ditto.
9811 * dwarf2.c (struct funcinfo): Move up.