Searched refs:caller_func (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c731 struct funcinfo *caller_func; /* Pointer to function one scope higher */ member in struct:funcinfo
732 char *caller_file; /* Source location file name where caller_func inlines this func */
733 int caller_line; /* Source location line number where caller_func inlines this func */
1647 can use to set the caller_func field. */
1698 func->caller_func = nested_funcs[i];
2745 if (func && func->caller_func)
2748 *functionname_ptr = func->caller_func->name;
2750 stash->inliner_chain = func->caller_func;
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c1273 struct funcinfo * caller_func; member in struct:funcinfo
1274 /* Source location file name where caller_func inlines this func. */
1278 /* Source location line number where caller_func inlines this func. */
2670 can use to set the caller_func field. */
2731 func->caller_func = nested_funcs[i];
4396 if (func && func->caller_func)
4399 *functionname_ptr = func->caller_func->name;
4401 stash->inliner_chain = func->caller_func;

Completed in 57 milliseconds