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

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 456 char *notestr;
475 if ((notestr = strchr(name, '+')) != NULL)
484 if (notestr > xsect)
485 notestr = 0;
488 if (notestr)
492 note = atoi (notestr + 1);
493 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL)
495 if (strcmp (notestr, "+1+13") == 0)
498 warn (_("multiple note %s not handled\n"), notestr);
507 if (notestr)
454 char *notestr; local
701 char *notestr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 456 char *notestr;
475 if ((notestr = strchr(name, '+')) != NULL)
484 if (notestr > xsect)
485 notestr = 0;
488 if (notestr)
492 note = atoi (notestr + 1);
493 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL)
495 if (strcmp (notestr, "+1+13") == 0)
498 warn (_("multiple note %s not handled\n"), notestr);
507 if (notestr)
454 char *notestr; local
701 char *notestr; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 456 char *notestr;
475 if ((notestr = strchr(name, '+')) != NULL)
484 if (notestr > xsect)
485 notestr = 0;
488 if (notestr)
492 note = atoi (notestr + 1);
493 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL)
495 if (strcmp (notestr, "+1+13") == 0)
498 warn (_("multiple note %s not handled\n"), notestr);
507 if (notestr)
454 char *notestr; local
701 char *notestr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 456 char *notestr;
475 if ((notestr = strchr(name, '+')) != NULL)
484 if (notestr > xsect)
485 notestr = 0;
488 if (notestr)
492 note = atoi (notestr + 1);
493 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL)
495 if (strcmp (notestr, "+1+13") == 0)
498 warn (_("multiple note %s not handled\n"), notestr);
507 if (notestr)
454 char *notestr; local
701 char *notestr; local
    [all...]

Completed in 33 milliseconds