Lines Matching refs:xcoff_howto_table
648 reloc_howto_type xcoff_howto_table[] = variable
1165 relent->howto = &xcoff_howto_table[internal->r_type]; in xcoff_rtype2howto()
1171 relent->howto = &xcoff_howto_table[0x1c]; in xcoff_rtype2howto()
1173 relent->howto = &xcoff_howto_table[0x1d]; in xcoff_rtype2howto()
1175 relent->howto = &xcoff_howto_table[0x1e]; in xcoff_rtype2howto()
1196 return &xcoff_howto_table[0xa]; in _bfd_xcoff_reloc_type_lookup()
1198 return &xcoff_howto_table[0x1c]; in _bfd_xcoff_reloc_type_lookup()
1200 return &xcoff_howto_table[8]; in _bfd_xcoff_reloc_type_lookup()
1202 return &xcoff_howto_table[3]; in _bfd_xcoff_reloc_type_lookup()
1204 return &xcoff_howto_table[0x30]; in _bfd_xcoff_reloc_type_lookup()
1206 return &xcoff_howto_table[0x31]; in _bfd_xcoff_reloc_type_lookup()
1208 return &xcoff_howto_table[0x1d]; in _bfd_xcoff_reloc_type_lookup()
1211 return &xcoff_howto_table[0]; in _bfd_xcoff_reloc_type_lookup()
1213 return &xcoff_howto_table[0xf]; in _bfd_xcoff_reloc_type_lookup()
1215 return &xcoff_howto_table[0x1]; in _bfd_xcoff_reloc_type_lookup()
1217 return &xcoff_howto_table[0x20]; in _bfd_xcoff_reloc_type_lookup()
1219 return &xcoff_howto_table[0x21]; in _bfd_xcoff_reloc_type_lookup()
1221 return &xcoff_howto_table[0x22]; in _bfd_xcoff_reloc_type_lookup()
1223 return &xcoff_howto_table[0x23]; in _bfd_xcoff_reloc_type_lookup()
1225 return &xcoff_howto_table[0x24]; in _bfd_xcoff_reloc_type_lookup()
1227 return &xcoff_howto_table[0x25]; in _bfd_xcoff_reloc_type_lookup()
1240 i < sizeof (xcoff_howto_table) / sizeof (xcoff_howto_table[0]); in _bfd_xcoff_reloc_name_lookup()
1242 if (xcoff_howto_table[i].name != NULL in _bfd_xcoff_reloc_name_lookup()
1243 && strcasecmp (xcoff_howto_table[i].name, r_name) == 0) in _bfd_xcoff_reloc_name_lookup()
1244 return &xcoff_howto_table[i]; in _bfd_xcoff_reloc_name_lookup()
3695 memcpy (&howto, &xcoff_howto_table[rel->r_type], sizeof (howto)); in xcoff_ppc_relocate_section()