Lines Matching defs:gotoff
1560 (_("%pB: gotoff relocation against dynamic symbol %s"),
1702 bfd_vma gotoff;
1716 gotoff = h->got.offset;
1724 gotoff = local_got_offsets[r_symndx];
1732 if ((gotoff & 1) != 0)
1734 gotoff += or1k_initial_exec_offset (howto, tls_type);
1738 relocation = got_base + (gotoff & ~3);
1778 rela.r_offset = got_base + gotoff + i*4;
1798 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4);
1804 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff);
1806 sgot->contents + gotoff + 4);
1809 gotoff += or1k_initial_exec_offset (howto, tls_type);
1817 rela.r_offset = got_base + gotoff;
1833 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff);
1838 sgot->contents + gotoff);
1842 relocation = got_base + gotoff;