Home | History | Annotate | Download | only in bfd

Lines Matching refs:gotpc_offset

10668 	      bfd_signed_vma gotpc_offset;
10675 gotpc_offset = got_address - ((loc_address | 3) ^ 3);
10678 if (gotpc_offset + 0x1000000 >= 0x2000000)
10686 (long) gotpc_offset);
10691 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc);
10692 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2);
11231 bfd_vma gotpc_offset;
11239 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11242 if (gotpc_offset + 0x1000000 >= 0x2000000)
11249 (long) gotpc_offset);
11254 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc);
11255 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2);