Home | History | Annotate | Download | only in bfd

Lines Matching refs:funcinfo

157   struct funcinfo *inliner_chain;
257 struct funcinfo *function_table;
1259 struct funcinfo
1262 struct funcinfo *prev_func;
1264 struct funcinfo *caller_func;
2155 struct funcinfo **function_ptr)
2157 struct funcinfo* each_func;
2158 struct funcinfo* best_fit = NULL;
2200 struct funcinfo* each_func;
2201 struct funcinfo* best_fit = NULL;
2458 struct funcinfo **nested_funcs;
2464 nested_funcs = (struct funcinfo **)
2465 bfd_malloc (nested_funcs_size * sizeof (struct funcinfo *));
2475 struct funcinfo *func;
2509 bfd_size_type amt = sizeof (struct funcinfo);
2510 func = (struct funcinfo *) bfd_zalloc (abfd, amt);
2694 struct funcinfo **tmp;
2697 tmp = (struct funcinfo **)
2699 nested_funcs_size * sizeof (struct funcinfo *));
2954 struct funcinfo **function_ptr,
3066 static struct funcinfo *
3067 reverse_funcinfo_list (struct funcinfo *head)
3069 struct funcinfo *rhead;
3070 struct funcinfo *temp;
3106 struct funcinfo* each_func;
3387 /* Look up a funcinfo by name using the given info hash table. If found,
3390 This function returns TRUE if a funcinfo that matches the given symbol
3400 struct funcinfo* each_func;
3401 struct funcinfo* best_fit = NULL;
3412 each_func = (struct funcinfo *) node->info;
3476 /* Update the funcinfo and varinfo info hash tables if they are
3515 struct funcinfo *each_func;
3819 struct funcinfo * func;
3890 struct funcinfo *function = NULL;
3973 struct funcinfo *local_function = NULL;
4180 struct funcinfo *func = stash->inliner_chain;
4207 struct funcinfo *function_table = each->function_table;