Lines Matching refs:gotoff
1110 bfd_vma gotoff; in or1k_elf_relocate_section() local
1121 gotoff = h->got.offset; in or1k_elf_relocate_section()
1126 gotoff = local_got_offsets[r_symndx]; in or1k_elf_relocate_section()
1131 if (gotoff & 1) in or1k_elf_relocate_section()
1133 relocation = sgot->output_offset + (gotoff & ~3); in or1k_elf_relocate_section()
1158 sgot->output_offset + gotoff + i*4; in or1k_elf_relocate_section()
1177 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4); in or1k_elf_relocate_section()
1184 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff); in or1k_elf_relocate_section()
1186 sgot->contents + gotoff + 4); in or1k_elf_relocate_section()
1193 sgot->output_offset + gotoff; in or1k_elf_relocate_section()
1209 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff); in or1k_elf_relocate_section()
1215 sgot->contents + gotoff); in or1k_elf_relocate_section()
1217 relocation = sgot->output_offset + gotoff; in or1k_elf_relocate_section()