Searched refs:reloc_table (Results 1 – 12 of 12) sorted by relevance
520 (reloc_table): Add entries for BFD_RELOC_AARCH64_TLSDESC_OFF_G0_NC and529 * config/tc-aarch64.c (reloc_table): Add two entries for537 * config/tc-aarch64.c (reloc_table): New relocation modifier tlsgd_g0_nc.544 * config/tc-aarch64.c (reloc_table): New relocation modifier tlsgd_g1.551 * config/tc-aarch64.c (reloc_table): New relocation modifier558 * config/tc-aarch64.c (reloc_table): New relocation modifier729 * config/tc-aarch64.c (reloc_table): New relocation types support for747 * config/tc-aarch64.c (reloc_table): New relocation modifiers,756 * config/tc-aarch64.c (reloc_table): New relocation modifiers.831 * config/tc-aarch64.c (reloc_table): New relocation modifiers[all …]
1016 * config/tc-aarch64.c (reloc_table): Merge got_prel19 into got.1036 * config/tc-aarch64.c (reloc_table): Replace1383 * config/tc-aarch64.c (reloc_table): Update to use
447 (reloc_table): Add reloc to table entry.
4753 * config/tc-aarch64.c (reloc_table): Update entry for tprel_lo12 and5607 * config/tc-aarch64.c (reloc_table): add entries for
3665 * config/tc-aarch64.c (reloc_table): Rename
2510 static struct reloc_table_entry reloc_table[] = variable3049 for (i = 0; i < ARRAY_SIZE (reloc_table); i++) in find_reloc_table_entry()3051 int length = strlen (reloc_table[i].name); in find_reloc_table_entry()3053 if (strncasecmp (reloc_table[i].name, *str, length) == 0 in find_reloc_table_entry()3057 return &reloc_table[i]; in find_reloc_table_entry()
2792 static struct reloc_table_entry reloc_table[] = variable3331 for (i = 0; i < ARRAY_SIZE (reloc_table); i++) in find_reloc_table_entry()3333 int length = strlen (reloc_table[i].name); in find_reloc_table_entry()3335 if (strncasecmp (reloc_table[i].name, *str, length) == 0 in find_reloc_table_entry()3339 return &reloc_table[i]; in find_reloc_table_entry()