Searched refs:r_idx (Results 1 – 1 of 1) sorted by relevance
266 int r_idx; in b_out_squirt_out_relocs() local314 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()[all …]