Home | History | Annotate | Download | only in gold

Lines Matching refs:gotpc_offset

6426       Mips_address gotpc_offset = gotplt_addr - ((plt_address | 3) ^ 3);
6429 if (gotpc_offset + 0x1000000 >= 0x2000000)
6432 "ADDIUPC"), (long)gotpc_offset);
6437 plt0_entry[0] | ((gotpc_offset >> 18) & 0x7f));
6439 (gotpc_offset >> 2) & 0xffff);
6586 int gotpc_offset = gotplt_entry_addr - ((loc_address | 3) ^ 3);
6589 if (gotpc_offset + 0x1000000 >= 0x2000000)
6592 "range of ADDIUPC"), (long)gotpc_offset);
6597 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f));
6599 pov2 + 2, (gotpc_offset >> 2) & 0xffff);