Lines Matching refs:r_length
1943 unsigned int r_length; in NAME() local
1950 r_length = g->howto->size ; /* Size as a power of two. */ in NAME()
2005 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in NAME()
2017 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in NAME()
2207 unsigned int r_length; in NAME() local
2226 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) in NAME()
2239 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in NAME()
2243 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in NAME()
3766 int r_length; in aout_link_reloc_link_order()
3772 r_length = howto->size; in aout_link_reloc_link_order()
3786 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in aout_link_reloc_link_order()
3799 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in aout_link_reloc_link_order()
3978 int r_length; in aout_link_input_section_std() local
3991 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) in aout_link_input_section_std()
4007 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in aout_link_input_section_std()
4011 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in aout_link_input_section_std()