Lines Matching refs:r_index

1933   int r_index;
1953 r_index to the symbols index, and the r_extern bit.
1970 r_index = N_ABS;
1977 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
1984 r_index = output_section->target_index;
1990 natptr->r_index[0] = r_index >> 16;
1991 natptr->r_index[1] = r_index >> 8;
1992 natptr->r_index[2] = r_index;
2002 natptr->r_index[2] = r_index >> 16;
2003 natptr->r_index[1] = r_index >> 8;
2004 natptr->r_index[0] = r_index;
2025 int r_index;
2041 r_index to the symbols index, and the r_extern bit.
2049 r_index = N_ABS;
2058 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2064 r_index = output_section->target_index;
2070 natptr->r_index[0] = r_index >> 16;
2071 natptr->r_index[1] = r_index >> 8;
2072 natptr->r_index[2] = r_index;
2078 natptr->r_index[2] = r_index >> 16;
2079 natptr->r_index[1] = r_index >> 8;
2080 natptr->r_index[0] = r_index;
2100 cache_ptr->sym_ptr_ptr = symbols + r_index; \
2107 switch (r_index) \
2140 unsigned int r_index;
2150 r_index = (((unsigned int) bytes->r_index[0] << 16)
2151 | ((unsigned int) bytes->r_index[1] << 8)
2152 | bytes->r_index[2]);
2159 r_index = (((unsigned int) bytes->r_index[2] << 16)
2160 | ((unsigned int) bytes->r_index[1] << 8)
2161 | bytes->r_index[0]);
2177 if (r_extern && r_index > symcount)
2182 r_index = N_ABS;
2195 unsigned int r_index;
2208 r_index = (((unsigned int) bytes->r_index[0] << 16)
2209 | ((unsigned int) bytes->r_index[1] << 8)
2210 | bytes->r_index[2]);
2221 r_index = (((unsigned int) bytes->r_index[2] << 16)
2222 | ((unsigned int) bytes->r_index[1] << 8)
2223 | bytes->r_index[0]);
2245 if (r_extern && r_index > symcount)
2250 r_index = N_ABS;
3639 int r_index;
3654 r_index = N_ABS | N_EXT;
3658 r_index = pr->u.section->target_index;
3672 r_index = h->indx;
3683 r_index = h->indx;
3690 r_index = 0;
3711 MY_put_reloc (finfo->output_bfd, r_extern, r_index, p->offset, howto,
3730 srel.r_index[0] = r_index >> 16;
3731 srel.r_index[1] = r_index >> 8;
3732 srel.r_index[2] = r_index;
3743 srel.r_index[2] = r_index >> 16;
3744 srel.r_index[1] = r_index >> 8;
3745 srel.r_index[0] = r_index;
3807 MY_put_ext_reloc (finfo->output_bfd, r_extern, r_index, p->offset,
3814 erel.r_index[0] = r_index >> 16;
3815 erel.r_index[1] = r_index >> 8;
3816 erel.r_index[2] = r_index;
3823 erel.r_index[2] = r_index >> 16;
3824 erel.r_index[1] = r_index >> 8;
3825 erel.r_index[0] = r_index;
3914 int r_index;
3926 howto = MY_reloc_howto (input_bfd, rel, r_index, r_extern, r_pcrel);
3936 r_index = (((unsigned int) rel->r_index[0] << 16)
3937 | ((unsigned int) rel->r_index[1] << 8)
3938 | rel->r_index[2]);
3949 r_index = (((unsigned int) rel->r_index[2] << 16)
3950 | ((unsigned int) rel->r_index[1] << 8)
3951 | rel->r_index[0]);
3980 h = sym_hashes[r_index];
3993 /* Compute a new r_index. */
3996 r_index = N_TEXT;
3998 r_index = N_DATA;
4000 r_index = N_BSS;
4002 r_index = N_ABS;
4012 /* We must change r_index according to the symbol
4014 r_index = symbol_map[r_index];
4016 if (r_index == -1)
4033 r_index = h->indx;
4040 syms[r_index].e_strx);
4045 r_index = 0;
4052 /* Write out the new r_index value. */
4055 rel->r_index[0] = r_index >> 16;
4056 rel->r_index[1] = r_index >> 8;
4057 rel->r_index[2] = r_index;
4061 rel->r_index[2] = r_index >> 16;
4062 rel->r_index[1] = r_index >> 8;
4063 rel->r_index[0] = r_index;
4072 section = aout_reloc_index_to_section (input_bfd, r_index);
4112 h = sym_hashes[r_index];
4135 section = aout_reloc_index_to_section (input_bfd, r_index);
4165 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
4193 syms[r_index].e_strx);
4198 s = aout_reloc_index_to_section (input_bfd, r_index);
4258 int r_index;
4270 r_index = (((unsigned int) rel->r_index[0] << 16)
4271 | ((unsigned int) rel->r_index[1] << 8)
4272 | rel->r_index[2]);
4279 r_index = (((unsigned int) rel->r_index[2] << 16)
4280 | ((unsigned int) rel->r_index[1] << 8)
4281 | rel->r_index[0]);
4308 h = sym_hashes[r_index];
4321 /* Compute a new r_index. */
4324 r_index = N_TEXT;
4326 r_index = N_DATA;
4328 r_index = N_BSS;
4330 r_index = N_ABS;
4348 /* We must change r_index according to the symbol
4350 r_index = symbol_map[r_index];
4352 if (r_index == -1)
4369 r_index = h->indx;
4376 syms[r_index].e_strx);
4381 r_index = 0;
4393 /* Write out the new r_index value. */
4396 rel->r_index[0] = r_index >> 16;
4397 rel->r_index[1] = r_index >> 8;
4398 rel->r_index[2] = r_index;
4402 rel->r_index[2] = r_index >> 16;
4403 rel->r_index[1] = r_index >> 8;
4404 rel->r_index[0] = r_index;
4411 r_section = aout_reloc_index_to_section (input_bfd, r_index);
4454 h = sym_hashes[r_index];
4480 /* For base relative relocs, r_index is always an index
4482 sym = syms + r_index;
4505 r_section = aout_reloc_index_to_section (input_bfd, r_index);
4566 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
4606 syms[r_index].e_strx);
4611 s = aout_reloc_index_to_section (input_bfd, r_index);