/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coff-alpha.c | 112 static reloc_howto_type alpha_howto_table[] = variable 678 rptr->howto = &alpha_howto_table[intern->r_type]; in alpha_adjust_reloc_in() 1197 return &alpha_howto_table[alpha_type]; in alpha_bfd_reloc_type_lookup() 1207 i < sizeof (alpha_howto_table) / sizeof (alpha_howto_table[0]); in alpha_bfd_reloc_name_lookup() 1209 if (alpha_howto_table[i].name != NULL in alpha_bfd_reloc_name_lookup() 1210 && strcasecmp (alpha_howto_table[i].name, r_name) == 0) in alpha_bfd_reloc_name_lookup() 1211 return &alpha_howto_table[i]; in alpha_bfd_reloc_name_lookup() 1806 howto = &alpha_howto_table[r_type]; in alpha_relocate_section() 1939 (info, NULL, name, alpha_howto_table[r_type].name, in alpha_relocate_section() 2334 &alpha_howto_table[ALPHA_R_REFQUAD],
|
H A D | vms-alpha.c | 5514 static reloc_howto_type alpha_howto_table[] = variable 5822 vms_debug2 ((2, "reloc is %s\n", alpha_howto_table[alpha_type].name)); in alpha_vms_bfd_reloc_type_lookup() 5823 return & alpha_howto_table[alpha_type]; in alpha_vms_bfd_reloc_type_lookup() 5833 i < sizeof (alpha_howto_table) / sizeof (alpha_howto_table[0]); in alpha_vms_bfd_reloc_name_lookup() 5835 if (alpha_howto_table[i].name != NULL in alpha_vms_bfd_reloc_name_lookup() 5836 && strcasecmp (alpha_howto_table[i].name, r_name) == 0) in alpha_vms_bfd_reloc_name_lookup() 5837 return &alpha_howto_table[i]; in alpha_vms_bfd_reloc_name_lookup()
|
H A D | ChangeLog-9495 | 9262 (alpha_howto_table): Use it as special_function to prevent certain 9709 * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one 9927 * coff-alpha.c (alpha_howto_table): Mark BRADDR as
|
H A D | ChangeLog-2018 | 1118 (alpha_howto_table <ALPHA_R_LINKAGE>): Set encoded size and
|
H A D | ChangeLog-2009 | 4413 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
|
H A D | ChangeLog-9697 | 3915 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
|
H A D | ChangeLog-9193 | 2230 * coff-alpha.c (alpha_howto_table, alpha_finish_reloc,
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coff-alpha.c | 112 static reloc_howto_type alpha_howto_table[] = variable 678 rptr->howto = &alpha_howto_table[intern->r_type]; in alpha_adjust_reloc_in() 1238 return &alpha_howto_table[alpha_type]; in alpha_bfd_reloc_type_lookup() 1248 i < sizeof (alpha_howto_table) / sizeof (alpha_howto_table[0]); in alpha_bfd_reloc_name_lookup() 1250 if (alpha_howto_table[i].name != NULL in alpha_bfd_reloc_name_lookup() 1251 && strcasecmp (alpha_howto_table[i].name, r_name) == 0) in alpha_bfd_reloc_name_lookup() 1252 return &alpha_howto_table[i]; in alpha_bfd_reloc_name_lookup() 1831 howto = &alpha_howto_table[r_type]; in alpha_relocate_section() 1981 (info, NULL, name, alpha_howto_table[r_type].name, in alpha_relocate_section() 2380 &alpha_howto_table[ALPHA_R_REFQUAD],
|
H A D | vms-alpha.c | 5698 static reloc_howto_type alpha_howto_table[] = variable 6006 vms_debug2 ((2, "reloc is %s\n", alpha_howto_table[alpha_type].name)); in alpha_vms_bfd_reloc_type_lookup() 6007 return & alpha_howto_table[alpha_type]; in alpha_vms_bfd_reloc_type_lookup() 6017 i < sizeof (alpha_howto_table) / sizeof (alpha_howto_table[0]); in alpha_vms_bfd_reloc_name_lookup() 6019 if (alpha_howto_table[i].name != NULL in alpha_vms_bfd_reloc_name_lookup() 6020 && strcasecmp (alpha_howto_table[i].name, r_name) == 0) in alpha_vms_bfd_reloc_name_lookup() 6021 return &alpha_howto_table[i]; in alpha_vms_bfd_reloc_name_lookup()
|
H A D | ChangeLog-9495 | 9262 (alpha_howto_table): Use it as special_function to prevent certain 9709 * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one 9927 * coff-alpha.c (alpha_howto_table): Mark BRADDR as
|
H A D | ChangeLog-2009 | 4413 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
|
H A D | ChangeLog-2018 | 1118 (alpha_howto_table <ALPHA_R_LINKAGE>): Set encoded size and
|
H A D | ChangeLog-9697 | 3915 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
|
H A D | ChangeLog-9193 | 2230 * coff-alpha.c (alpha_howto_table, alpha_finish_reloc,
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9495 | 9262 (alpha_howto_table): Use it as special_function to prevent certain 9709 * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one 9927 * coff-alpha.c (alpha_howto_table): Mark BRADDR as
|
H A D | ChangeLog-2018 | 1118 (alpha_howto_table <ALPHA_R_LINKAGE>): Set encoded size and
|
H A D | ChangeLog-9697 | 3915 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
|
H A D | ChangeLog-9193 | 2230 * coff-alpha.c (alpha_howto_table, alpha_finish_reloc,
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9495 | 9262 (alpha_howto_table): Use it as special_function to prevent certain 9709 * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one 9927 * coff-alpha.c (alpha_howto_table): Mark BRADDR as
|
H A D | ChangeLog-2018 | 1118 (alpha_howto_table <ALPHA_R_LINKAGE>): Set encoded size and
|
H A D | ChangeLog-2009 | 4413 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
|
H A D | ChangeLog-9697 | 3915 (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
|
H A D | ChangeLog-9193 | 2230 * coff-alpha.c (alpha_howto_table, alpha_finish_reloc,
|