Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-x86-64.c56 static reloc_howto_type x86_64_elf_howto_table[] = variable
281 i = ARRAY_SIZE (x86_64_elf_howto_table) - 1; in elf_x86_64_rtype_to_howto()
296 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type); in elf_x86_64_rtype_to_howto()
297 return &x86_64_elf_howto_table[i]; in elf_x86_64_rtype_to_howto()
327 = &x86_64_elf_howto_table[ARRAY_SIZE (x86_64_elf_howto_table) - 1]; in elf_x86_64_reloc_name_lookup()
332 for (i = 0; i < ARRAY_SIZE (x86_64_elf_howto_table); i++) in elf_x86_64_reloc_name_lookup()
333 if (x86_64_elf_howto_table[i].name != NULL in elf_x86_64_reloc_name_lookup()
334 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0) in elf_x86_64_reloc_name_lookup()
335 return &x86_64_elf_howto_table[i]; in elf_x86_64_reloc_name_lookup()
2261 x86_64_elf_howto_table[r_type].name, name); in elf_x86_64_check_relocs()
[all …]
DChangeLog-2013279 * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_PC32_BND
2994 * elf64-x86-64.c (x86_64_elf_howto_table): Fill R_X86_64_SIZE32
DChangeLog-2011973 * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_RELATIVE64.
1180 (x86_64_elf_howto_table): Append x32 R_X86_64_32.
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-2015676 (x86_64_elf_howto_table): Add R_X86_64_GOTPCRELX and
4060 * elf64-x86-64.c (x86_64_elf_howto_table): Likewise.
DChangeLog1905 x86_64_elf_howto_table[r_type] with howto.
DChangeLog-20062692 * elf64-x86-64.c (x86_64_elf_howto_table): Correct comment.
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.