Home
last modified time | relevance | path

Searched refs:tp_offset (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc5520 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrelhi16() argument
5529 Valtype x = ((psymval->value(object, addend) - tp_offset) + 0x8000) >> 16; in tlsrelhi16()
5545 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrello16() argument
5554 Valtype x = psymval->value(object, addend) - tp_offset; in tlsrello16()
5569 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrel32() argument
5578 Valtype x = psymval->value(object, addend) - tp_offset; in tlsrel32()
H A Dpowerpc.cc650 static const Address tp_offset = 0x7000; member in __anon10389ec10111::Target_powerpc
11489 value -= tp_offset; in relocate()
12989 return -tp_offset; in do_tls_offset_for_local()
13024 return -tp_offset; in do_tls_offset_for_global()
H A DChangeLog-08154606 (Target_powerpc): Add tp_offset, dtp_offset. Rename
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmips.cc5558 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrelhi16() argument
5567 Valtype x = ((psymval->value(object, addend) - tp_offset) + 0x8000) >> 16; in tlsrelhi16()
5583 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrello16() argument
5592 Valtype x = psymval->value(object, addend) - tp_offset; in tlsrello16()
5607 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrel32() argument
5616 Valtype x = psymval->value(object, addend) - tp_offset; in tlsrel32()
H A Dpowerpc.cc668 static const Address tp_offset = 0x7000; member in __anon54ee64340111::Target_powerpc
11535 value -= tp_offset; in relocate()
13051 return -tp_offset; in do_tls_offset_for_local()
13086 return -tp_offset; in do_tls_offset_for_global()
H A DChangeLog-08154606 (Target_powerpc): Add tp_offset, dtp_offset. Rename
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-nds32.c4825 bfd_vma tp_offset; in gottpoff() local
4832 tp_offset = address - tp_base; in gottpoff()
4834 return tp_offset; in gottpoff()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nds32.c4825 bfd_vma tp_offset; in gottpoff() local
4832 tp_offset = address - tp_base; in gottpoff()
4834 return tp_offset; in gottpoff()