Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dpdp11.c249 reloc_howto_type howto_table_pdp11[] = variable
272 return &howto_table_pdp11[0]; in NAME()
274 return &howto_table_pdp11[1]; in NAME()
1795 cache_ptr->howto = howto_table_pdp11 + (r_pcrel ? 1 : 0); in pdp11_aout_swap_reloc_in()
3267 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11)); in pdp11_aout_link_input_section()
3268 howto = howto_table_pdp11 + howto_idx; in pdp11_aout_link_input_section()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dpdp11.c399 reloc_howto_type howto_table_pdp11[] = variable
416 return &howto_table_pdp11[0];
418 return &howto_table_pdp11[1];
2169 cache_ptr->howto = howto_table_pdp11 + (r_pcrel ? 1 : 0);
4576 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11));
4577 howto = howto_table_pdp11 + howto_idx;