Lines Matching defs:gotoff
1104 bfd_vma gotoff;
1115 gotoff = h->got.offset;
1120 gotoff = local_got_offsets[r_symndx];
1125 if (gotoff & 1)
1127 relocation = sgot->output_offset + (gotoff & ~3);
1152 sgot->output_offset + gotoff + i*4;
1171 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4);
1178 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff);
1180 sgot->contents + gotoff + 4);
1187 sgot->output_offset + gotoff;
1203 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff);
1209 sgot->contents + gotoff);
1211 relocation = sgot->output_offset + gotoff;