Lines Matching defs:xcoff_howto_table
650 reloc_howto_type xcoff_howto_table[] =
1167 relent->howto = &xcoff_howto_table[internal->r_type];
1173 relent->howto = &xcoff_howto_table[0x1c];
1175 relent->howto = &xcoff_howto_table[0x1d];
1177 relent->howto = &xcoff_howto_table[0x1e];
1198 return &xcoff_howto_table[0xa];
1200 return &xcoff_howto_table[0x1c];
1202 return &xcoff_howto_table[8];
1204 return &xcoff_howto_table[3];
1206 return &xcoff_howto_table[0x30];
1208 return &xcoff_howto_table[0x31];
1210 return &xcoff_howto_table[0x1d];
1213 return &xcoff_howto_table[0];
1215 return &xcoff_howto_table[0xf];
1217 return &xcoff_howto_table[0x1];
1219 return &xcoff_howto_table[0x20];
1221 return &xcoff_howto_table[0x21];
1223 return &xcoff_howto_table[0x22];
1225 return &xcoff_howto_table[0x23];
1227 return &xcoff_howto_table[0x24];
1229 return &xcoff_howto_table[0x25];
1242 i < sizeof (xcoff_howto_table) / sizeof (xcoff_howto_table[0]);
1244 if (xcoff_howto_table[i].name != NULL
1245 && strcasecmp (xcoff_howto_table[i].name, r_name) == 0)
1246 return &xcoff_howto_table[i];
3777 memcpy (&howto, &xcoff_howto_table[rel->r_type], sizeof (howto));