Lines Matching refs:tlsoff_entry
1088 bfd_signed_vma tlsoff_entry, tlsdesc_entry; member
1344 || entry->tlsoff_entry || entry->tlsdesc_entry) in _frvfdpic_emit_got_relocs_plt_entries()
1744 if (entry->tlsoff_entry) in _frvfdpic_emit_got_relocs_plt_entries()
1795 frvfdpic_got_section (info), entry->tlsoff_entry, TRUE); in _frvfdpic_emit_got_relocs_plt_entries()
1806 + entry->tlsoff_entry) in _frvfdpic_emit_got_relocs_plt_entries()
1817 + entry->tlsoff_entry); in _frvfdpic_emit_got_relocs_plt_entries()
1844 if (info->executable && ! entry->tlsoff_entry) in _frvfdpic_emit_got_relocs_plt_entries()
1845 entry->tlsoff_entry = entry->tlsdesc_entry + 4; in _frvfdpic_emit_got_relocs_plt_entries()
2017 else if (entry->tlsoff_entry) in _frvfdpic_emit_got_relocs_plt_entries()
2021 if (entry->tlsoff_entry >= -(1 << (12 - 1)) in _frvfdpic_emit_got_relocs_plt_entries()
2022 && entry->tlsoff_entry < (1 << (12 - 1))) in _frvfdpic_emit_got_relocs_plt_entries()
2026 0x92c8f000 | (entry->tlsoff_entry in _frvfdpic_emit_got_relocs_plt_entries()
2033 if (entry->tlsoff_entry >= -(1 << (16 - 1)) in _frvfdpic_emit_got_relocs_plt_entries()
2034 && entry->tlsoff_entry < (1 << (16 - 1))) in _frvfdpic_emit_got_relocs_plt_entries()
2039 | (entry->tlsoff_entry in _frvfdpic_emit_got_relocs_plt_entries()
2050 | ((entry->tlsoff_entry >> 16) in _frvfdpic_emit_got_relocs_plt_entries()
2056 | (entry->tlsoff_entry in _frvfdpic_emit_got_relocs_plt_entries()
2882 && (picrel)->tlsoff_entry) in elf32_frv_relocate_section()
2896 && IN_RANGE_FOR_OFST12_P ((picrel)->tlsoff_entry)) in elf32_frv_relocate_section()
3035 && IN_RANGE_FOR_SETLOS_P (picrel->tlsoff_entry))) in elf32_frv_relocate_section()
3072 && IN_RANGE_FOR_OFST12_P (picrel->tlsoff_entry))) in elf32_frv_relocate_section()
3089 if (IN_RANGE_FOR_SETLOS_P (picrel->tlsoff_entry)) in elf32_frv_relocate_section()
3153 && IN_RANGE_FOR_OFST12_P (picrel->tlsoff_entry)) in elf32_frv_relocate_section()
3287 && IN_RANGE_FOR_OFST12_P (picrel->tlsoff_entry))) in elf32_frv_relocate_section()
3316 && IN_RANGE_FOR_OFST12_P (picrel->tlsoff_entry))) in elf32_frv_relocate_section()
3359 && IN_RANGE_FOR_OFST12_P (picrel->tlsoff_entry)) in elf32_frv_relocate_section()
3853 BFD_ASSERT (picrel->tlsoff_entry); in elf32_frv_relocate_section()
3854 relocation = picrel->tlsoff_entry; in elf32_frv_relocate_section()
5001 entry->tlsoff_entry = _frvfdpic_get_got_entry (&dinfo->got12); in _frvfdpic_assign_got_entries()
5003 entry->tlsoff_entry = _frvfdpic_get_got_entry (&dinfo->gotlos); in _frvfdpic_assign_got_entries()
5005 entry->tlsoff_entry = _frvfdpic_get_got_entry (&dinfo->gothilo); in _frvfdpic_assign_got_entries()
5104 else if (entry->tlsoff_entry) in _frvfdpic_assign_plt_entries()
5106 if (entry->tlsoff_entry >= -(1 << (12 - 1)) in _frvfdpic_assign_plt_entries()
5107 && entry->tlsoff_entry < (1 << (12 - 1))) in _frvfdpic_assign_plt_entries()
5109 else if (entry->tlsoff_entry >= -(1 << (16 - 1)) in _frvfdpic_assign_plt_entries()
5110 && entry->tlsoff_entry < (1 << (16 - 1))) in _frvfdpic_assign_plt_entries()
5148 entry->tlsoff_entry = 0; in _frvfdpic_reset_got_plt_entries()