Home | History | Annotate | Download | only in bfd

Lines Matching full:funcinfo

157   struct funcinfo *inliner_chain;
254 struct funcinfo *function_table;
1153 struct funcinfo
1156 struct funcinfo *prev_func;
1158 struct funcinfo *caller_func;
2000 struct funcinfo **function_ptr,
2003 struct funcinfo* each_func;
2004 struct funcinfo* best_fit = NULL;
2050 struct funcinfo* each_func;
2051 struct funcinfo* best_fit = NULL;
2283 struct funcinfo **nested_funcs;
2289 nested_funcs = (struct funcinfo **)
2290 bfd_malloc (nested_funcs_size * sizeof (struct funcinfo *));
2300 struct funcinfo *func;
2330 bfd_size_type amt = sizeof (struct funcinfo);
2331 func = (struct funcinfo *) bfd_zalloc (abfd, amt);
2507 struct funcinfo **tmp;
2510 tmp = (struct funcinfo **)
2512 nested_funcs_size * sizeof (struct funcinfo *));
2752 struct funcinfo *function;
2860 static struct funcinfo *
2861 reverse_funcinfo_list (struct funcinfo *head)
2863 struct funcinfo *rhead;
2864 struct funcinfo *temp;
2900 struct funcinfo* each_func;
3181 /* Look up a funcinfo by name using the given info hash table. If found,
3184 This function returns TRUE if a funcinfo that matches the given symbol
3194 struct funcinfo* each_func;
3195 struct funcinfo* best_fit = NULL;
3206 each_func = (struct funcinfo *) node->info;
3270 /* Update the funcinfo and varinfo info hash tables if they are
3309 struct funcinfo *each_func;
3886 struct funcinfo *func = stash->inliner_chain;
3913 struct funcinfo *function_table = each->function_table;