Searched refs:howto_idx (Results 1 – 2 of 2) sorted by relevance
2211 unsigned int howto_idx; in NAME() local2243 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in NAME()2245 if (howto_idx < TABLE_SIZE (howto_table_std)) in NAME()2247 cache_ptr->howto = howto_table_std + howto_idx; in NAME()3979 unsigned int howto_idx; in aout_link_input_section_std() local4011 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in aout_link_input_section_std()4013 if (howto_idx < TABLE_SIZE (howto_table_std)) in aout_link_input_section_std()4014 howto = howto_table_std + howto_idx; in aout_link_input_section_std()
3277 unsigned int howto_idx; in pdp11_aout_link_input_section() local3286 howto_idx = r_pcrel; in pdp11_aout_link_input_section()3287 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11)); in pdp11_aout_link_input_section()3288 howto = howto_table_pdp11 + howto_idx; in pdp11_aout_link_input_section()