Lines Matching refs:off

1194 	    bfd_vma off;  in cris_elf_relocate_section()  local
1202 off = h->got.offset; in cris_elf_relocate_section()
1203 BFD_ASSERT (off != (bfd_vma) -1); in cris_elf_relocate_section()
1239 if ((off & 1) != 0) in cris_elf_relocate_section()
1240 off &= ~1; in cris_elf_relocate_section()
1244 sgot->contents + off); in cris_elf_relocate_section()
1254 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section()
1259 if ((off & 1) != 0) in cris_elf_relocate_section()
1260 off &= ~1; in cris_elf_relocate_section()
1263 bfd_put_32 (output_bfd, relocation, sgot->contents + off); in cris_elf_relocate_section()
1277 + off); in cris_elf_relocate_section()
1289 relocation = sgot->output_offset + off; in cris_elf_relocate_section()
1665 bfd_vma off; in cris_elf_relocate_section() local
1673 off = elf_cris_hash_entry (h)->tprel_refcount > 0 in cris_elf_relocate_section()
1678 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section()
1680 off += 4; in cris_elf_relocate_section()
1687 if ((off & 2) == 0) in cris_elf_relocate_section()
1689 off &= ~3; in cris_elf_relocate_section()
1696 bfd_put_32 (output_bfd, 1, sgot->contents + off); in cris_elf_relocate_section()
1697 bfd_put_32 (output_bfd, relocation, sgot->contents + off + 4); in cris_elf_relocate_section()
1700 off &= ~3; in cris_elf_relocate_section()
1702 relocation = sgot->output_offset + off in cris_elf_relocate_section()
1709 bfd_vma off; in cris_elf_relocate_section() local
1712 off = elf_cris_hash_entry (h)->tprel_refcount > 0 in cris_elf_relocate_section()
1716 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section()
1718 off += 4; in cris_elf_relocate_section()
1722 if ((off & 2) == 0) in cris_elf_relocate_section()
1727 off &= ~3; in cris_elf_relocate_section()
1737 bfd_put_32 (output_bfd, 0, sgot->contents + off); in cris_elf_relocate_section()
1738 bfd_put_32 (output_bfd, 0, sgot->contents + off + 4); in cris_elf_relocate_section()
1760 + off); in cris_elf_relocate_section()
1770 off &= ~3; in cris_elf_relocate_section()
1772 relocation = sgot->output_offset + off in cris_elf_relocate_section()
1817 bfd_vma off; in cris_elf_relocate_section() local
1825 off = h->got.offset; in cris_elf_relocate_section()
1827 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section()
1832 if ((off & 1) == 0) in cris_elf_relocate_section()
1834 off &= ~3; in cris_elf_relocate_section()
1841 bfd_put_32 (output_bfd, relocation, sgot->contents + off); in cris_elf_relocate_section()
1844 off &= ~3; in cris_elf_relocate_section()
1846 relocation = sgot->output_offset + off in cris_elf_relocate_section()
1852 bfd_vma off; in cris_elf_relocate_section() local
1855 off = h->got.offset; in cris_elf_relocate_section()
1857 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section()
1860 if ((off & 1) == 0) in cris_elf_relocate_section()
1865 off &= ~3; in cris_elf_relocate_section()
1892 bfd_put_32 (output_bfd, relocation, sgot->contents + off); in cris_elf_relocate_section()
1896 + off); in cris_elf_relocate_section()
1905 off &= ~3; in cris_elf_relocate_section()
1907 relocation = sgot->output_offset + off in cris_elf_relocate_section()