Lines Matching refs:xcoff_howto_table
667 reloc_howto_type xcoff_howto_table[] = variable
1063 relent->howto = &xcoff_howto_table[internal->r_type]; in xcoff_rtype2howto()
1069 relent->howto = &xcoff_howto_table[0x1c]; in xcoff_rtype2howto()
1071 relent->howto = &xcoff_howto_table[0x1d]; in xcoff_rtype2howto()
1073 relent->howto = &xcoff_howto_table[0x1e]; in xcoff_rtype2howto()
1094 return &xcoff_howto_table[0xa]; in _bfd_xcoff_reloc_type_lookup()
1096 return &xcoff_howto_table[0x1c]; in _bfd_xcoff_reloc_type_lookup()
1098 return &xcoff_howto_table[8]; in _bfd_xcoff_reloc_type_lookup()
1100 return &xcoff_howto_table[3]; in _bfd_xcoff_reloc_type_lookup()
1103 return &xcoff_howto_table[0xc]; in _bfd_xcoff_reloc_type_lookup()
1105 return &xcoff_howto_table[0x1d]; in _bfd_xcoff_reloc_type_lookup()
1108 return &xcoff_howto_table[0]; in _bfd_xcoff_reloc_type_lookup()
1110 return &xcoff_howto_table[0xf]; in _bfd_xcoff_reloc_type_lookup()
1123 i < sizeof (xcoff_howto_table) / sizeof (xcoff_howto_table[0]); in _bfd_xcoff_reloc_name_lookup()
1125 if (xcoff_howto_table[i].name != NULL in _bfd_xcoff_reloc_name_lookup()
1126 && strcasecmp (xcoff_howto_table[i].name, r_name) == 0) in _bfd_xcoff_reloc_name_lookup()
1127 return &xcoff_howto_table[i]; in _bfd_xcoff_reloc_name_lookup()