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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c5752 static struct group_reloc_table_entry group_reloc_table[] = variable in typeref:struct:group_reloc_table_entry
5829 in group_reloc_table. The pointer will be updated to the character after
5832 group_reloc_table entry. */
5838 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++)
5840 int length = strlen (group_reloc_table[i].name);
5842 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0
5845 *out = &group_reloc_table[i];
5863 where <group_reloc> is one of the strings defined in group_reloc_table.
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c5713 static struct group_reloc_table_entry group_reloc_table[] = variable in typeref:struct:group_reloc_table_entry
5790 in group_reloc_table. The pointer will be updated to the character after
5793 group_reloc_table entry. */
5799 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++)
5801 int length = strlen (group_reloc_table[i].name);
5803 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0
5806 *out = &group_reloc_table[i];
5824 where <group_reloc> is one of the strings defined in group_reloc_table.
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c5752 static struct group_reloc_table_entry group_reloc_table[] = variable in typeref:struct:group_reloc_table_entry
5829 in group_reloc_table. The pointer will be updated to the character after
5832 group_reloc_table entry. */
5838 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++)
5840 int length = strlen (group_reloc_table[i].name);
5842 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0
5845 *out = &group_reloc_table[i];
5863 where <group_reloc> is one of the strings defined in group_reloc_table.

Completed in 419 milliseconds