HomeSort by: relevance | last modified time | path
    Searched defs:caller_func (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 1833 struct funcinfo *caller_func; member in struct:funcinfo
1834 /* Source location file name where caller_func inlines this func. */
1838 /* Source location line number where caller_func inlines this func. */
3896 can use to set the caller_func field. */
3967 func->caller_func = nested_funcs[i].func;
6079 if (func && func->caller_func)
6082 *functionname_ptr = func->caller_func->name;
6084 stash->inliner_chain = func->caller_func;
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 1833 struct funcinfo *caller_func; member in struct:funcinfo
1834 /* Source location file name where caller_func inlines this func. */
1838 /* Source location line number where caller_func inlines this func. */
3896 can use to set the caller_func field. */
3967 func->caller_func = nested_funcs[i].func;
6079 if (func && func->caller_func)
6082 *functionname_ptr = func->caller_func->name;
6084 stash->inliner_chain = func->caller_func;
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 1833 struct funcinfo *caller_func; member in struct:funcinfo
1834 /* Source location file name where caller_func inlines this func. */
1838 /* Source location line number where caller_func inlines this func. */
3896 can use to set the caller_func field. */
3967 func->caller_func = nested_funcs[i].func;
6080 if (func && func->caller_func)
6083 *functionname_ptr = func->caller_func->name;
6085 stash->inliner_chain = func->caller_func;
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 1833 struct funcinfo *caller_func; member in struct:funcinfo
1834 /* Source location file name where caller_func inlines this func. */
1838 /* Source location line number where caller_func inlines this func. */
3896 can use to set the caller_func field. */
3967 func->caller_func = nested_funcs[i].func;
6079 if (func && func->caller_func)
6082 *functionname_ptr = func->caller_func->name;
6084 stash->inliner_chain = func->caller_func;

Completed in 70 milliseconds