Home
last modified time | relevance | path

Searched refs:howto_table_pdp11 (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dpdp11.c244 reloc_howto_type howto_table_pdp11[] = variable
267 return &howto_table_pdp11[0]; in NAME()
269 return &howto_table_pdp11[1]; in NAME()
282 i < sizeof (howto_table_pdp11) / sizeof (howto_table_pdp11[0]); in NAME()
284 if (howto_table_pdp11[i].name != NULL in NAME()
285 && strcasecmp (howto_table_pdp11[i].name, r_name) == 0) in NAME()
286 return &howto_table_pdp11[i]; in NAME()
1794 cache_ptr->howto = howto_table_pdp11 + (r_pcrel ? 1 : 0); in pdp11_aout_swap_reloc_in()
3285 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11)); in pdp11_aout_link_input_section()
3286 howto = howto_table_pdp11 + howto_idx; in pdp11_aout_link_input_section()