Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c4423 static struct group_reloc_table_entry group_reloc_table[] = variable
4488 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++) in find_group_reloc_table_entry()
4490 int length = strlen (group_reloc_table[i].name); in find_group_reloc_table_entry()
4492 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0 && in find_group_reloc_table_entry()
4495 *out = &group_reloc_table[i]; in find_group_reloc_table_entry()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-20061072 (group_reloc_table): New array.