Home
last modified time | relevance | path

Searched refs:r_idx (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dbout.c267 int r_idx; in b_out_squirt_out_relocs() local
315 r_idx = 0; in b_out_squirt_out_relocs()
330 r_idx = -2; in b_out_squirt_out_relocs()
338 if (r_idx != 0) in b_out_squirt_out_relocs()
348 r_idx = 0; in b_out_squirt_out_relocs()
355 r_idx = (*g->sym_ptr_ptr)->udata.i; in b_out_squirt_out_relocs()
362 r_idx = output_section->target_index; in b_out_squirt_out_relocs()
367 raw[4] = (unsigned char) (r_idx >> 16); in b_out_squirt_out_relocs()
368 raw[5] = (unsigned char) (r_idx >> 8); in b_out_squirt_out_relocs()
369 raw[6] = (unsigned char) (r_idx ); in b_out_squirt_out_relocs()
[all …]