Lines Matching refs:x86_64_howto_table
67 static reloc_howto_type x86_64_howto_table[]= variable
144 res->howto = &x86_64_howto_table[1]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
147 res->howto = &x86_64_howto_table[0]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
155 res->howto = &x86_64_howto_table[2]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
165 res->howto = &x86_64_howto_table[6]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
174 res->howto = &x86_64_howto_table[7]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
181 res->howto = &x86_64_howto_table[10]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
191 res->howto = &x86_64_howto_table[8]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
194 res->howto = &x86_64_howto_table[9]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
203 res->howto = &x86_64_howto_table[3]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
210 res->howto = &x86_64_howto_table[4]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
217 res->howto = &x86_64_howto_table[5]; in bfd_mach_o_x86_64_canonicalize_one_reloc()
313 i < sizeof (x86_64_howto_table) / sizeof (*x86_64_howto_table); in bfd_mach_o_x86_64_bfd_reloc_type_lookup()
315 if (code == x86_64_howto_table[i].type) in bfd_mach_o_x86_64_bfd_reloc_type_lookup()
316 return &x86_64_howto_table[i]; in bfd_mach_o_x86_64_bfd_reloc_type_lookup()