Lines Matching defs:gotoff
1559 (_("%pB: gotoff relocation against dynamic symbol %s"),
1701 bfd_vma gotoff;
1715 gotoff = h->got.offset;
1723 gotoff = local_got_offsets[r_symndx];
1731 if ((gotoff & 1) != 0)
1733 gotoff += or1k_initial_exec_offset (howto, tls_type);
1737 relocation = got_base + (gotoff & ~3);
1777 rela.r_offset = got_base + gotoff + i*4;
1797 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4);
1803 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff);
1805 sgot->contents + gotoff + 4);
1808 gotoff += or1k_initial_exec_offset (howto, tls_type);
1816 rela.r_offset = got_base + gotoff;
1832 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff);
1837 sgot->contents + gotoff);
1841 relocation = got_base + gotoff;