Home
last modified time | relevance | path

Searched refs:elf64_alpha_howto_table (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c485 static reloc_howto_type elf64_alpha_howto_table[] = variable
1079 return &elf64_alpha_howto_table[i->elf_reloc_val]; in elf64_alpha_bfd_reloc_type_lookup()
1091 i < (sizeof (elf64_alpha_howto_table) in elf64_alpha_bfd_reloc_name_lookup()
1092 / sizeof (elf64_alpha_howto_table[0])); in elf64_alpha_bfd_reloc_name_lookup()
1094 if (elf64_alpha_howto_table[i].name != NULL in elf64_alpha_bfd_reloc_name_lookup()
1095 && strcasecmp (elf64_alpha_howto_table[i].name, r_name) == 0) in elf64_alpha_bfd_reloc_name_lookup()
1096 return &elf64_alpha_howto_table[i]; in elf64_alpha_bfd_reloc_name_lookup()
1109 cache_ptr->howto = &elf64_alpha_howto_table[r_type]; in elf64_alpha_info_to_howto()
3051 reloc_howto_type *howto = elf64_alpha_howto_table + r_type; in elf64_alpha_relax_got_load()
4171 elf64_alpha_howto_table + r_type, 0, in elf64_alpha_relocate_section_r()
[all …]
DChangeLog-2010884 * elf64-alpha.c (elf64_alpha_howto_table): Use bfd_elf_generic_reloc.
DChangeLog-98994873 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
DChangeLog-00012819 (elf64_alpha_howto_table): Use it to remove dead ECOFF relocs.