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

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dia64-opc.c94 short end = sizeof (ia64_strings) / sizeof (const char *);
97 if (strcmp (str, ia64_strings[end - 1]) > 0)
103 int c = strcmp (str, ia64_strings[i]);
577 strcpy (name, ia64_strings [main_table[place].name_index]);
587 if (ia64_strings[cname][0] != '\0')
590 strcat (name, ia64_strings[cname]);
H A Dia64-asmtab.c2 static const char * const ia64_strings[] = { variable

Completed in 52 milliseconds