Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dia64-opc.c92 short end = sizeof (ia64_strings) / sizeof (const char *); in find_string_ent()
95 if (strcmp (str, ia64_strings[end - 1]) > 0) in find_string_ent()
101 int c = strcmp (str, ia64_strings[i]); in find_string_ent()
566 strcpy (name, ia64_strings [main_table[place].name_index]); in ia64_dis_opcode()
576 if (ia64_strings[cname][0] != '\0') in ia64_dis_opcode()
579 strcat (name, ia64_strings[cname]); in ia64_dis_opcode()
Dia64-asmtab.c20 static const char * const ia64_strings[] = { variable