Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_offset

6705       bfd_vma got_offset;
6736 got_offset = plt_index * 8 + 12 - sgotplt->size;
6740 got_offset = (plt_index + 3) * 4;
6744 got_offset -= GOT_BIAS;
6757 got_offset,
6764 install_plt_field (output_bfd, FALSE, got_offset,
6776 + got_offset),
6819 /* Make got_offset relative to the start of .got.plt. */
6822 got_offset += GOT_BIAS;
6825 got_offset = plt_index * 8;
6840 sgotplt->contents + got_offset);
6845 sgotplt->contents + got_offset + 4);
6850 + got_offset);
6876 rel.r_addend = got_offset;
6884 + got_offset);