Lines Matching refs:r_idx
266 int r_idx; in b_out_squirt_out_relocs() local
314 r_idx = 0; in b_out_squirt_out_relocs()
329 r_idx = -2; in b_out_squirt_out_relocs()
337 if (r_idx != 0) in b_out_squirt_out_relocs()
347 r_idx = 0; in b_out_squirt_out_relocs()
354 r_idx = (*g->sym_ptr_ptr)->udata.i; in b_out_squirt_out_relocs()
361 r_idx = output_section->target_index; in b_out_squirt_out_relocs()
366 raw[4] = (unsigned char) (r_idx >> 16); in b_out_squirt_out_relocs()
367 raw[5] = (unsigned char) (r_idx >> 8); in b_out_squirt_out_relocs()
368 raw[6] = (unsigned char) (r_idx ); in b_out_squirt_out_relocs()
372 raw[6] = (unsigned char) (r_idx >> 16); in b_out_squirt_out_relocs()
373 raw[5] = (unsigned char) (r_idx>> 8); in b_out_squirt_out_relocs()
374 raw[4] = (unsigned char) (r_idx ); in b_out_squirt_out_relocs()