Home
last modified time | relevance | path

Searched refs:funcinfo (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c157 struct funcinfo *inliner_chain;
254 struct funcinfo *function_table;
1153 struct funcinfo struct
1156 struct funcinfo *prev_func; argument
1158 struct funcinfo *caller_func; argument
2000 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 …]
Dvms-alpha.c220 struct funcinfo struct
222 struct funcinfo *next; argument
252 struct funcinfo *func_table;
3999 struct funcinfo *funcinfo; in parse_module() local
4037 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 …]
DChangeLog-2005813 * dwarf2.c (struct funcinfo): Delete nesting_level field.
814 (lookup_address_in_function_table): Delete code to set funcinfo
817 Delete code setting funcinfo nesting_level field. Add code to set
818 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.
DChangeLog-20102422 (struct funcinfo, struct vms_private_data_struct): Ditto.
DChangeLog-20094380 (struct funcinfo, struct module): Ditto.
DChangeLog-02039811 * dwarf2.c (struct funcinfo): Move up.