Home | History | Annotate | Download | only in bfd

Lines Matching defs:r_index

1935   int r_index;
1966 r_index to the symbols index, and the r_extern bit.
1983 r_index = N_ABS;
1990 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
1997 r_index = output_section->target_index;
2003 natptr->r_index[0] = r_index >> 16;
2004 natptr->r_index[1] = r_index >> 8;
2005 natptr->r_index[2] = r_index;
2015 natptr->r_index[2] = r_index >> 16;
2016 natptr->r_index[1] = r_index >> 8;
2017 natptr->r_index[0] = r_index;
2038 int r_index;
2054 r_index to the symbols index, and the r_extern bit.
2062 r_index = N_ABS;
2071 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2077 r_index = output_section->target_index;
2083 natptr->r_index[0] = r_index >> 16;
2084 natptr->r_index[1] = r_index >> 8;
2085 natptr->r_index[2] = r_index;
2091 natptr->r_index[2] = r_index >> 16;
2092 natptr->r_index[1] = r_index >> 8;
2093 natptr->r_index[0] = r_index;
2113 if (symbols != NULL && r_index < bfd_get_symcount (abfd)) \
2114 cache_ptr->sym_ptr_ptr = symbols + r_index; \
2123 switch (r_index) \
2156 unsigned int r_index;
2166 r_index = (((unsigned int) bytes->r_index[0] << 16)
2167 | ((unsigned int) bytes->r_index[1] << 8)
2168 | bytes->r_index[2]);
2175 r_index = (((unsigned int) bytes->r_index[2] << 16)
2176 | ((unsigned int) bytes->r_index[1] << 8)
2177 | bytes->r_index[0]);
2196 if (r_extern && r_index > symcount)
2201 r_index = N_ABS;
2214 unsigned int r_index;
2227 r_index = (((unsigned int) bytes->r_index[0] << 16)
2228 | ((unsigned int) bytes->r_index[1] << 8)
2229 | bytes->r_index[2]);
2240 r_index = (((unsigned int) bytes->r_index[2] << 16)
2241 | ((unsigned int) bytes->r_index[1] << 8)
2242 | bytes->r_index[0]);
2269 if (r_extern && r_index >= symcount)
2276 r_index = N_ABS;
3727 int r_index;
3742 r_index = N_ABS | N_EXT;
3746 r_index = pr->u.section->target_index;
3760 r_index = h->indx;
3771 r_index = h->indx;
3777 r_index = 0;
3798 MY_put_reloc (flaginfo->output_bfd, r_extern, r_index, p->offset, howto,
3817 srel.r_index[0] = r_index >> 16;
3818 srel.r_index[1] = r_index >> 8;
3819 srel.r_index[2] = r_index;
3830 srel.r_index[2] = r_index >> 16;
3831 srel.r_index[1] = r_index >> 8;
3832 srel.r_index[0] = r_index;
3889 MY_put_ext_reloc (flaginfo->output_bfd, r_extern, r_index, p->offset,
3896 erel.r_index[0] = r_index >> 16;
3897 erel.r_index[1] = r_index >> 8;
3898 erel.r_index[2] = r_index;
3905 erel.r_index[2] = r_index >> 16;
3906 erel.r_index[1] = r_index >> 8;
3907 erel.r_index[0] = r_index;
3995 unsigned int r_index;
4007 howto = MY_reloc_howto (input_bfd, rel, r_index, r_extern, r_pcrel);
4017 r_index = (((unsigned int) rel->r_index[0] << 16)
4018 | ((unsigned int) rel->r_index[1] << 8)
4019 | rel->r_index[2]);
4030 r_index = (((unsigned int) rel->r_index[2] << 16)
4031 | ((unsigned int) rel->r_index[1] << 8)
4032 | rel->r_index[0]);
4071 h = sym_hashes[r_index];
4084 /* Compute a new r_index. */
4087 r_index = N_TEXT;
4089 r_index = N_DATA;
4091 r_index = N_BSS;
4093 r_index = N_ABS;
4103 /* We must change r_index according to the symbol
4105 r_index = symbol_map[r_index];
4107 if (r_index == -1u)
4124 r_index = h->indx;
4131 syms[r_index].e_strx);
4135 r_index = 0;
4142 /* Write out the new r_index value. */
4145 rel->r_index[0] = r_index >> 16;
4146 rel->r_index[1] = r_index >> 8;
4147 rel->r_index[2] = r_index;
4151 rel->r_index[2] = r_index >> 16;
4152 rel->r_index[1] = r_index >> 8;
4153 rel->r_index[0] = r_index;
4162 section = aout_reloc_index_to_section (input_bfd, r_index);
4202 h = sym_hashes[r_index];
4225 section = aout_reloc_index_to_section (input_bfd, r_index);
4255 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
4281 syms[r_index].e_strx);
4286 s = aout_reloc_index_to_section (input_bfd, r_index);
4343 unsigned int r_index;
4355 r_index = (((unsigned int) rel->r_index[0] << 16)
4356 | ((unsigned int) rel->r_index[1] << 8)
4357 | rel->r_index[2]);
4364 r_index = (((unsigned int) rel->r_index[2] << 16)
4365 | ((unsigned int) rel->r_index[1] << 8)
4366 | rel->r_index[0]);
4399 h = sym_hashes[r_index];
4412 /* Compute a new r_index. */
4415 r_index = N_TEXT;
4417 r_index = N_DATA;
4419 r_index = N_BSS;
4421 r_index = N_ABS;
4439 /* We must change r_index according to the symbol
4441 r_index = symbol_map[r_index];
4443 if (r_index == -1u)
4460 r_index = h->indx;
4467 syms[r_index].e_strx);
4471 r_index = 0;
4483 /* Write out the new r_index value. */
4486 rel->r_index[0] = r_index >> 16;
4487 rel->r_index[1] = r_index >> 8;
4488 rel->r_index[2] = r_index;
4492 rel->r_index[2] = r_index >> 16;
4493 rel->r_index[1] = r_index >> 8;
4494 rel->r_index[0] = r_index;
4501 r_section = aout_reloc_index_to_section (input_bfd, r_index);
4544 h = sym_hashes[r_index];
4570 /* For base relative relocs, r_index is always an index
4572 sym = syms + r_index;
4595 r_section = aout_reloc_index_to_section (input_bfd, r_index);
4656 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
4694 syms[r_index].e_strx);
4699 s = aout_reloc_index_to_section (input_bfd, r_index);