Home
last modified time | relevance | path

Searched refs:x86_64_elf_howto_table (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-x86-64.c35 static reloc_howto_type x86_64_elf_howto_table[] = variable
165 return &x86_64_elf_howto_table[i]; in elf64_x86_64_reloc_type_lookup()
189 cache_ptr->howto = &x86_64_elf_howto_table[i]; in elf64_x86_64_info_to_howto()
667 x86_64_elf_howto_table[r_type].name); in elf64_x86_64_check_relocs()
792 x86_64_elf_howto_table[r_type].name); in elf64_x86_64_check_relocs()
1795 howto = x86_64_elf_howto_table + r_type; in elf64_x86_64_relocate_section()
DChangeLog-00014997 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
5111 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-x86-64.c36 static reloc_howto_type x86_64_elf_howto_table[] = variable
228 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type); in elf64_x86_64_rtype_to_howto()
229 return &x86_64_elf_howto_table[i]; in elf64_x86_64_rtype_to_howto()
780 x86_64_elf_howto_table[r_type].name, in elf64_x86_64_check_relocs()
940 x86_64_elf_howto_table[r_type].name, in elf64_x86_64_check_relocs()
2116 howto = x86_64_elf_howto_table + r_type; in elf64_x86_64_relocate_section()
2370 input_bfd, x86_64_elf_howto_table[r_type].name, in elf64_x86_64_relocate_section()
DChangeLog-20051170 * elf64-x86-64.c (x86_64_elf_howto_table): Undo the overflow
1410 * elf64-x86-64.c (x86_64_elf_howto_table): Adjust overflow complaint
2037 * elf64-x86-64.c (x86_64_elf_howto_table): Add entries for
DChangeLog-00014997 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
5111 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.