Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_offset

3155   bfd_vma got_offset;
3176 got_offset = igotiplt_offset + gotplt->output_offset;
3200 + got_offset),
3203 else if (got_offset < 4096)
3214 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3221 else if (got_offset < 32768)
3231 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3249 bfd_put_32 (output_bfd, got_offset,
3267 rela.r_offset = gotplt->output_section->vma + got_offset;
3306 bfd_vma got_offset;
3337 got_offset = (plt_index + 3) * GOT_ENTRY_SIZE;
3362 + got_offset),
3365 else if (got_offset < 4096)
3376 bfd_put_16 (output_bfd, (bfd_vma)0xc000 | got_offset,
3383 else if (got_offset < 32768)
3393 bfd_put_16 (output_bfd, (bfd_vma)got_offset,
3411 bfd_put_32 (output_bfd, got_offset,
3425 htab->elf.sgotplt->contents + got_offset);
3430 + got_offset);