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

  /src/external/gpl3/binutils/dist/binutils/
prdbg.c 386 append_parent (struct pr_handle *info, const char *s)
2260 bool ret = ((!info->stack->parents || append_parent (info, ", "))
2261 && append_parent (info, t));
382 append_parent (struct pr_handle *info, const char *s) function
  /src/external/gpl3/binutils.old/dist/binutils/
prdbg.c 386 append_parent (struct pr_handle *info, const char *s)
2260 bool ret = ((!info->stack->parents || append_parent (info, ", "))
2261 && append_parent (info, t));
382 append_parent (struct pr_handle *info, const char *s) function

Completed in 26 milliseconds