Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_offset

3474   bfd_vma got_offset;
3495 got_offset = igotiplt_offset + gotplt->output_offset;
3519 + got_offset),
3522 else if (got_offset < 4096)
3533 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3540 else if (got_offset < 32768)
3550 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3568 bfd_put_32 (output_bfd, got_offset,
3586 rela.r_offset = gotplt->output_section->vma + got_offset;
3625 bfd_vma got_offset;
3656 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3681 + got_offset),
3684 else if (got_offset < 4096)
3695 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3702 else if (got_offset < 32768)
3712 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3730 bfd_put_32 (output_bfd, got_offset,
3744 htab->elf.sgotplt->contents + got_offset);
3749 + got_offset);