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 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()
356 int r_length; in MY_swap_std_reloc_out() local
363 r_length = g->howto->size ; /* Size as a power of two. */ in MY_swap_std_reloc_out()
364 if (r_length < 0) in MY_swap_std_reloc_out()
366 r_length = -r_length; in MY_swap_std_reloc_out()
376 r_length = 3; in MY_swap_std_reloc_out()
381 r_length = 3; in MY_swap_std_reloc_out()
429 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in MY_swap_std_reloc_out()
440 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in MY_swap_std_reloc_out()