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

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dia64-gen.c465 char *notestr;
484 if ((notestr = strchr(name, '+')) != NULL)
493 if (notestr > xsect)
494 notestr = 0;
497 if (notestr)
501 note = atoi (notestr + 1);
502 if ((nextnotestr = strchr (notestr + 1, '+')) != NULL)
504 if (strcmp (notestr, "+1+13") == 0)
507 warn (_("multiple note %s not handled\n"), notestr);
516 if (notestr)
463 char *notestr; local
712 char *notestr; local
[all...]

Completed in 116 milliseconds