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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c4426 static struct group_reloc_table_entry group_reloc_table[] =
4482 in group_reloc_table. The pointer will be updated to the character after
4485 group_reloc_table entry. */
4491 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++)
4493 int length = strlen (group_reloc_table[i].name);
4495 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0 &&
4498 *out = &group_reloc_table[i];
4516 where <group_reloc> is one of the strings defined in group_reloc_table.
4423 static struct group_reloc_table_entry group_reloc_table[] = variable in typeref:struct:group_reloc_table_entry

Completed in 149 milliseconds