Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_offset

70   bfd_vma got_offset;
1393 bfd_vma curr, prev, got_offset;
1400 got_offset = info [0].got_offset;
1406 /* For duplicates, make sure that GOT_OFFSET is valid. */
1407 if (got_offset == (bfd_vma) -1)
1408 got_offset = info [i].got_offset;
1411 got_offset = info [i].got_offset;
1424 got_offset. */
1426 if (got_offset != (bfd_vma) -1)
1427 info [kept].got_offset = got_offset;
1430 got_offset = info [i].got_offset;
1440 /* For duplicates, make sure that GOT_OFFSET is
1442 if (got_offset == (bfd_vma) -1)
1443 got_offset = info [src].got_offset;
1446 /* Make sure that the kept one has a valid got_offset. */
1447 if (got_offset != (bfd_vma) -1)
1448 info [kept].got_offset = got_offset;
1458 got_offset = info [src].got_offset;
1464 /* Make sure that got_offset is valid. */
1465 if (got_offset == (bfd_vma) -1)
1466 got_offset = info [dupes].got_offset;
1469 a valid got_offset. */
1470 if (got_offset != (bfd_vma) -1)
1471 info [dupes - 1].got_offset = got_offset;
1474 got_offset = info [dupes].got_offset;
1491 /* Make sure that got_offset is valid. */
1492 if (got_offset == (bfd_vma) -1)
1493 got_offset = info [diff].got_offset;
1499 if (got_offset != (bfd_vma) -1)
1500 info [diff - 1].got_offset = got_offset;
1507 got_offset = info [diff].got_offset;
1513 /* For duplicates, make sure that GOT_OFFSET
1515 if (got_offset == (bfd_vma) -1)
1516 got_offset = info [dupes].got_offset;
1519 got_offset = info [dupes].got_offset;
1543 kept one has a valid got_offset. We also update count. */
1544 if (got_offset != (bfd_vma) -1)
1545 info [dest - 1].got_offset = got_offset;
1668 dyn_i->got_offset = (bfd_vma) -1;
2301 dyn_i->got_offset = x->ofs;
2319 dyn_i->got_offset = x->ofs;
2336 dyn_i->got_offset = x->ofs;
2971 bfd_vma got_offset;
2990 got_offset = dyn_i->got_offset;
2994 BFD_ASSERT ((got_offset & 7) == 0);
2999 bfd_put_64 (abfd, value, got_sec->contents + got_offset);
3035 dyn_r_type, got_sec, got_offset, addend);
3042 + got_offset);