Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_offset

3163   bfd_vma got_offset;
3184 got_offset = igotiplt_offset + gotplt->output_offset;
3208 + got_offset),
3211 else if (got_offset < 4096)
3222 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3229 else if (got_offset < 32768)
3239 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3257 bfd_put_32 (output_bfd, got_offset,
3275 rela.r_offset = gotplt->output_section->vma + got_offset;
3314 bfd_vma got_offset;
3345 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3370 + got_offset),
3373 else if (got_offset < 4096)
3384 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3391 else if (got_offset < 32768)
3401 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3419 bfd_put_32 (output_bfd, got_offset,
3433 htab->elf.sgotplt->contents + got_offset);
3438 + got_offset);