Searched refs:tp_offset (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/bus/u4b/input/ |
H A D | wsp.c | 248 uint8_t tp_offset; /* offset to trackpad finger data */ member 265 .tp_offset = FINGER_TYPE1, 280 .tp_offset = FINGER_TYPE1, 295 .tp_offset = FINGER_TYPE2, 310 .tp_offset = FINGER_TYPE2, 325 .tp_offset = FINGER_TYPE2, 340 .tp_offset = FINGER_TYPE2, 355 .tp_offset = FINGER_TYPE2, 370 .tp_offset = FINGER_TYPE2, 385 .tp_offset = FINGER_TYPE2, [all …]
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | mips.cc | 5469 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrelhi16() argument 5478 Valtype x = ((psymval->value(object, addend) - tp_offset) + 0x8000) >> 16; in tlsrelhi16() 5494 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrello16() argument 5503 Valtype x = psymval->value(object, addend) - tp_offset; in tlsrello16() 5518 const Symbol_value<size>* psymval, Valtype32 tp_offset, in tlsrel32() argument 5527 Valtype x = psymval->value(object, addend) - tp_offset; in tlsrel32()
|
H A D | powerpc.cc | 506 static const Address tp_offset = 0x7000; member in __anona44163180111::Target_powerpc 7534 value -= tp_offset; in relocate() 8745 return -tp_offset; in do_tls_offset_for_local() 8775 return -tp_offset; in do_tls_offset_for_global()
|