Home | History | Annotate | Download | only in bfd

Lines Matching full:caller_func

1158   struct funcinfo *caller_func;
1159 /* Source location file name where caller_func inlines this func. */
1161 /* Source location line number where caller_func inlines this func. */
2287 can use to set the caller_func field. */
2343 func->caller_func = nested_funcs[i];
3888 if (func && func->caller_func)
3891 *functionname_ptr = func->caller_func->name;
3893 stash->inliner_chain = func->caller_func;