Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dia64-opc.c93 short end = sizeof (ia64_strings) / sizeof (const char *); in find_string_ent()
96 if (strcmp (str, ia64_strings[end - 1]) > 0) in find_string_ent()
102 int c = strcmp (str, ia64_strings[i]); in find_string_ent()
567 strcpy (name, ia64_strings [main_table[place].name_index]); in ia64_dis_opcode()
577 if (ia64_strings[cname][0] != '\0') in ia64_dis_opcode()
580 strcat (name, ia64_strings[cname]); in ia64_dis_opcode()
Dia64-asmtab.c2 static const char * const ia64_strings[] = { variable
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dia64-opc.c93 short end = sizeof (ia64_strings) / sizeof (const char *); in find_string_ent()
96 if (strcmp (str, ia64_strings[end - 1]) > 0) in find_string_ent()
102 int c = strcmp (str, ia64_strings[i]); in find_string_ent()
567 strcpy (name, ia64_strings [main_table[place].name_index]); in ia64_dis_opcode()
577 if (ia64_strings[cname][0] != '\0') in ia64_dis_opcode()
580 strcat (name, ia64_strings[cname]); in ia64_dis_opcode()
Dia64-asmtab.c2 static const char * const ia64_strings[] = { variable