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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 1539 const char *no_name_func = _("static procedure (no name)");
1549 sindex = strlen (no_name_func) + 1;
1622 strcpy (str, no_name_func);
1623 str += strlen (no_name_func) + 1;
1531 const char *no_name_func = _("static procedure (no name)"); local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 1542 const char *no_name_func = _("static procedure (no name)");
1552 sindex = strlen (no_name_func) + 1;
1625 strcpy (str, no_name_func);
1626 str += strlen (no_name_func) + 1;
1534 const char *no_name_func = _("static procedure (no name)"); local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 1542 const char *no_name_func = _("static procedure (no name)");
1552 sindex = strlen (no_name_func) + 1;
1625 strcpy (str, no_name_func);
1626 str += strlen (no_name_func) + 1;
1534 const char *no_name_func = _("static procedure (no name)"); local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 1549 const char *no_name_func = _("static procedure (no name)");
1559 sindex = strlen (no_name_func) + 1;
1632 strcpy (str, no_name_func);
1633 str += strlen (no_name_func) + 1;
1541 const char *no_name_func = _("static procedure (no name)"); local

Completed in 66 milliseconds