Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_offset

3392   bfd_vma got_offset;
3413 got_offset = igotiplt_offset + gotplt->output_offset;
3437 + got_offset),
3440 else if (got_offset < 4096)
3451 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3458 else if (got_offset < 32768)
3468 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3486 bfd_put_32 (output_bfd, got_offset,
3504 rela.r_offset = gotplt->output_section->vma + got_offset;
3543 bfd_vma got_offset;
3575 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3600 + got_offset),
3603 else if (got_offset < 4096)
3614 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3621 else if (got_offset < 32768)
3631 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3649 bfd_put_32 (output_bfd, got_offset,
3663 htab->elf.sgotplt->contents + got_offset);
3668 + got_offset);