Lines Matching refs:got_offset

83   bfd_vma got_offset;
2243 bfd_vma curr, prev, got_offset;
2250 got_offset = info [0].got_offset;
2257 if (got_offset == (bfd_vma) -1)
2258 got_offset = info [i].got_offset;
2261 got_offset = info [i].got_offset;
2274 got_offset. */
2276 if (got_offset != (bfd_vma) -1)
2277 info [kept].got_offset = got_offset;
2280 got_offset = info [i].got_offset;
2292 if (got_offset == (bfd_vma) -1)
2293 got_offset = info [src].got_offset;
2296 /* Make sure that the kept one has a valid got_offset. */
2297 if (got_offset != (bfd_vma) -1)
2298 info [kept].got_offset = got_offset;
2308 got_offset = info [src].got_offset;
2314 /* Make sure that got_offset is valid. */
2315 if (got_offset == (bfd_vma) -1)
2316 got_offset = info [dup].got_offset;
2319 a valid got_offset. */
2320 if (got_offset != (bfd_vma) -1)
2321 info [dup - 1].got_offset = got_offset;
2324 got_offset = info [dup].got_offset;
2341 /* Make sure that got_offset is valid. */
2342 if (got_offset == (bfd_vma) -1)
2343 got_offset = info [diff].got_offset;
2349 if (got_offset != (bfd_vma) -1)
2350 info [diff - 1].got_offset = got_offset;
2357 got_offset = info [diff].got_offset;
2365 if (got_offset == (bfd_vma) -1)
2366 got_offset = info [dup].got_offset;
2369 got_offset = info [dup].got_offset;
2393 kept one has a valid got_offset. We also update count. */
2394 if (got_offset != (bfd_vma) -1)
2395 info [dest - 1].got_offset = got_offset;
2521 dyn_i->got_offset = (bfd_vma) -1;
3240 dyn_i->got_offset = x->ofs;
3289 dyn_i->got_offset = x->ofs;
3307 dyn_i->got_offset = x->ofs;
4141 bfd_vma got_offset;
4151 got_offset = dyn_i->tprel_offset;
4165 got_offset = dyn_i->dtpmod_offset;
4171 got_offset = dyn_i->dtprel_offset;
4176 got_offset = dyn_i->got_offset;
4180 BFD_ASSERT ((got_offset & 7) == 0);
4185 bfd_put_64 (abfd, value, got_sec->contents + got_offset);
4256 got_offset, dyn_r_type,
4264 + got_offset);