Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c5264 static struct group_reloc_table_entry group_reloc_table[] = variable
5350 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++) in find_group_reloc_table_entry()
5352 int length = strlen (group_reloc_table[i].name); in find_group_reloc_table_entry()
5354 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0 in find_group_reloc_table_entry()
5357 *out = &group_reloc_table[i]; in find_group_reloc_table_entry()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-201579 * config/tc-arm.c (group_reloc_table): Add mapping between gas
DChangeLog-20061072 (group_reloc_table): New array.