Lines Matching refs:r_length
101 unsigned int r_length; in MY() local
115 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) in MY()
126 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in MY()
129 howto_index = r_length + 4 * r_pcrel_done + 8 * r_neg; in MY()
147 unsigned int r_length; in MY() local
153 r_length = howto->size; in MY()
157 r_length = 3; in MY()
171 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in MY()
182 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in MY()
372 int r_length; in MY_swap_std_reloc_out() local
379 r_length = g->howto->size ; /* Size as a power of two. */ in MY_swap_std_reloc_out()
380 if (r_length < 0) in MY_swap_std_reloc_out()
382 r_length = -r_length; in MY_swap_std_reloc_out()
392 r_length = 3; in MY_swap_std_reloc_out()
397 r_length = 3; in MY_swap_std_reloc_out()
445 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in MY_swap_std_reloc_out()
456 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in MY_swap_std_reloc_out()