Lines Matching refs:x86_64_howto_table
67 static reloc_howto_type x86_64_howto_table[]= variable
151 res->howto = &x86_64_howto_table[1]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
154 res->howto = &x86_64_howto_table[0]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
162 res->howto = &x86_64_howto_table[2]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
172 res->howto = &x86_64_howto_table[6]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
181 res->howto = &x86_64_howto_table[7]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
188 res->howto = &x86_64_howto_table[10]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
198 res->howto = &x86_64_howto_table[8]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
201 res->howto = &x86_64_howto_table[9]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
210 res->howto = &x86_64_howto_table[3]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
217 res->howto = &x86_64_howto_table[4]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
224 res->howto = &x86_64_howto_table[5]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
231 res->howto = &x86_64_howto_table[12]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
332 i < sizeof (x86_64_howto_table) / sizeof (*x86_64_howto_table); in bfd_mach_o_x86_64_bfd_reloc_type_lookup()
334 if (code == x86_64_howto_table[i].type) in bfd_mach_o_x86_64_bfd_reloc_type_lookup()
335 return &x86_64_howto_table[i]; in bfd_mach_o_x86_64_bfd_reloc_type_lookup()