Lines Matching refs:x86_64_elf_howto_table
56 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()
2361 &x86_64_elf_howto_table[r_type]); in elf_x86_64_check_relocs()
2532 &x86_64_elf_howto_table[r_type]); in elf_x86_64_check_relocs()
4145 howto = x86_64_elf_howto_table + r_type; in elf_x86_64_relocate_section()
4147 howto = (x86_64_elf_howto_table in elf_x86_64_relocate_section()
4148 + ARRAY_SIZE (x86_64_elf_howto_table) - 1); in elf_x86_64_relocate_section()