Lines Matching refs:howto_table_pdp11
280 reloc_howto_type howto_table_pdp11[] = variable
306 return &howto_table_pdp11[0]; in NAME()
308 return &howto_table_pdp11[1]; in NAME()
310 return &howto_table_pdp11[2]; in NAME()
323 i < sizeof (howto_table_pdp11) / sizeof (howto_table_pdp11[0]); in NAME()
325 if (howto_table_pdp11[i].name != NULL in NAME()
326 && strcasecmp (howto_table_pdp11[i].name, r_name) == 0) in NAME()
327 return &howto_table_pdp11[i]; in NAME()
1916 cache_ptr->howto = howto_table_pdp11 + (r_pcrel ? 1 : 0); in pdp11_aout_swap_reloc_in()
3439 if (howto_idx < TABLE_SIZE (howto_table_pdp11)) in pdp11_aout_link_input_section()
3440 howto = howto_table_pdp11 + howto_idx; in pdp11_aout_link_input_section()