Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpdp11.c280 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()
1917 cache_ptr->howto = howto_table_pdp11 + (r_pcrel ? 1 : 0); in pdp11_aout_swap_reloc_in()
3437 if (howto_idx < TABLE_SIZE (howto_table_pdp11)) in pdp11_aout_link_input_section()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpdp11.c280 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git79834 * pdp11.c (howto_table_pdp11): Use complain_overflow_dont.