Searched refs:tp_offset (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dmips.cc5469 const Symbol_value<size>* psymval, Valtype32 tp_offset,
5478 Valtype x = ((psymval->value(object, addend) - tp_offset) + 0x8000) >> 16;
5494 const Symbol_value<size>* psymval, Valtype32 tp_offset,
5503 Valtype x = psymval->value(object, addend) - tp_offset;
5518 const Symbol_value<size>* psymval, Valtype32 tp_offset,
5527 Valtype x = psymval->value(object, addend) - tp_offset;
5468 tlsrelhi16(unsigned char* view, const Mips_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, Valtype32 tp_offset, Mips_address addend_a, bool extract_addend, bool calculate_only, Valtype* calculated_value) argument
5493 tlsrello16(unsigned char* view, const Mips_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, Valtype32 tp_offset, Mips_address addend_a, bool extract_addend, bool calculate_only, Valtype* calculated_value) argument
5517 tlsrel32(unsigned char* view, const Mips_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, Valtype32 tp_offset, Mips_address addend_a, bool extract_addend, bool calculate_only, Valtype* calculated_value) argument
H A Dpowerpc.cc598 static const Address tp_offset = 0x7000; member in class:__anon572::Target_powerpc
8250 value -= tp_offset;
9487 return -tp_offset;
9517 return -tp_offset;

Completed in 88 milliseconds