Lines Matching refs:r_index

2068   int r_index;
2093 r_index to the symbols index, and the r_extern bit.
2107 r_index = N_ABS;
2114 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2121 r_index = output_section->target_index;
2127 natptr->r_index[0] = r_index >> 16;
2128 natptr->r_index[1] = r_index >> 8;
2129 natptr->r_index[2] = r_index;
2139 natptr->r_index[2] = r_index >> 16;
2140 natptr->r_index[1] = r_index >> 8;
2141 natptr->r_index[0] = r_index;
2163 int r_index;
2179 r_index to the symbols index, and the r_extern bit.
2187 r_index = N_ABS;
2196 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2202 r_index = output_section->target_index;
2208 natptr->r_index[0] = r_index >> 16;
2209 natptr->r_index[1] = r_index >> 8;
2210 natptr->r_index[2] = r_index;
2216 natptr->r_index[2] = r_index >> 16;
2217 natptr->r_index[1] = r_index >> 8;
2218 natptr->r_index[0] = r_index;
2238 cache_ptr->sym_ptr_ptr = symbols + r_index; \
2245 switch (r_index) \
2279 unsigned int r_index;
2289 r_index = (((unsigned int) bytes->r_index[0] << 16)
2290 | ((unsigned int) bytes->r_index[1] << 8)
2291 | bytes->r_index[2]);
2298 r_index = (((unsigned int) bytes->r_index[2] << 16)
2299 | ((unsigned int) bytes->r_index[1] << 8)
2300 | bytes->r_index[0]);
2316 if (r_extern && r_index > symcount)
2321 r_index = N_ABS;
2335 unsigned int r_index;
2348 r_index = (((unsigned int) bytes->r_index[0] << 16)
2349 | ((unsigned int) bytes->r_index[1] << 8)
2350 | bytes->r_index[2]);
2361 r_index = (((unsigned int) bytes->r_index[2] << 16)
2362 | ((unsigned int) bytes->r_index[1] << 8)
2363 | bytes->r_index[0]);
2385 if (r_extern && r_index > symcount)
2390 r_index = N_ABS;
4894 int r_index;
4906 howto = MY_reloc_howto (input_bfd, rel, r_index, r_extern, r_pcrel);
4916 r_index = (((unsigned int) rel->r_index[0] << 16)
4917 | ((unsigned int) rel->r_index[1] << 8)
4918 | rel->r_index[2]);
4929 r_index = (((unsigned int) rel->r_index[2] << 16)
4930 | ((unsigned int) rel->r_index[1] << 8)
4931 | rel->r_index[0]);
4960 h = sym_hashes[r_index];
4973 /* Compute a new r_index. */
4976 r_index = N_TEXT;
4978 r_index = N_DATA;
4980 r_index = N_BSS;
4982 r_index = N_ABS;
4992 /* We must change r_index according to the symbol
4994 r_index = symbol_map[r_index];
4996 if (r_index == -1)
5013 r_index = h->indx;
5020 syms[r_index].e_strx);
5025 r_index = 0;
5032 /* Write out the new r_index value. */
5035 rel->r_index[0] = r_index >> 16;
5036 rel->r_index[1] = r_index >> 8;
5037 rel->r_index[2] = r_index;
5041 rel->r_index[2] = r_index >> 16;
5042 rel->r_index[1] = r_index >> 8;
5043 rel->r_index[0] = r_index;
5052 section = aout_reloc_index_to_section (input_bfd, r_index);
5092 h = sym_hashes[r_index];
5115 section = aout_reloc_index_to_section (input_bfd, r_index);
5145 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
5173 syms[r_index].e_strx);
5178 s = aout_reloc_index_to_section (input_bfd, r_index);
5239 int r_index;
5251 r_index = (((unsigned int) rel->r_index[0] << 16)
5252 | ((unsigned int) rel->r_index[1] << 8)
5253 | rel->r_index[2]);
5260 r_index = (((unsigned int) rel->r_index[2] << 16)
5261 | ((unsigned int) rel->r_index[1] << 8)
5262 | rel->r_index[0]);
5289 h = sym_hashes[r_index];
5302 /* Compute a new r_index. */
5305 r_index = N_TEXT;
5307 r_index = N_DATA;
5309 r_index = N_BSS;
5311 r_index = N_ABS;
5329 /* We must change r_index according to the symbol
5331 r_index = symbol_map[r_index];
5333 if (r_index == -1)
5350 r_index = h->indx;
5357 syms[r_index].e_strx);
5362 r_index = 0;
5374 /* Write out the new r_index value. */
5377 rel->r_index[0] = r_index >> 16;
5378 rel->r_index[1] = r_index >> 8;
5379 rel->r_index[2] = r_index;
5383 rel->r_index[2] = r_index >> 16;
5384 rel->r_index[1] = r_index >> 8;
5385 rel->r_index[0] = r_index;
5392 r_section = aout_reloc_index_to_section (input_bfd, r_index);
5435 h = sym_hashes[r_index];
5461 /* For base relative relocs, r_index is always an index
5463 sym = syms + r_index;
5486 r_section = aout_reloc_index_to_section (input_bfd, r_index);
5547 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
5587 syms[r_index].e_strx);
5592 s = aout_reloc_index_to_section (input_bfd, r_index);
5618 int r_index;
5633 r_index = N_ABS | N_EXT;
5637 r_index = pr->u.section->target_index;
5651 r_index = h->indx;
5662 r_index = h->indx;
5670 r_index = 0;
5691 MY_put_reloc (finfo->output_bfd, r_extern, r_index, p->offset, howto,
5710 srel.r_index[0] = r_index >> 16;
5711 srel.r_index[1] = r_index >> 8;
5712 srel.r_index[2] = r_index;
5723 srel.r_index[2] = r_index >> 16;
5724 srel.r_index[1] = r_index >> 8;
5725 srel.r_index[0] = r_index;
5788 MY_put_ext_reloc (finfo->output_bfd, r_extern, r_index, p->offset,
5795 erel.r_index[0] = r_index >> 16;
5796 erel.r_index[1] = r_index >> 8;
5797 erel.r_index[2] = r_index;
5804 erel.r_index[2] = r_index >> 16;
5805 erel.r_index[1] = r_index >> 8;
5806 erel.r_index[0] = r_index;