Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Daoutx.h2215 unsigned int howto_idx; in NAME() local
2247 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in NAME()
2249 if (howto_idx < TABLE_SIZE (howto_table_std)) in NAME()
2251 cache_ptr->howto = howto_table_std + howto_idx; in NAME()
3988 unsigned int howto_idx; in aout_link_input_section_std() local
4020 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in aout_link_input_section_std()
4022 if (howto_idx < TABLE_SIZE (howto_table_std)) in aout_link_input_section_std()
4023 howto = howto_table_std + howto_idx; in aout_link_input_section_std()
Dpdp11.c3275 unsigned int howto_idx; in pdp11_aout_link_input_section() local
3284 howto_idx = r_pcrel; in pdp11_aout_link_input_section()
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()