Searched refs:_P_ (Results 1 – 2 of 2) sorted by relevance
829 #define _P_ (UnresolvedInfo->P_) macro840 relocation_adr = _P_;854 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +/-32 MB?865 _P_,875 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);896 relocation_val = (( _S_ + _A_) | _T_) - _P_;904 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +/-32 MB?915 _P_,925 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_);949 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x400000); //Within +/-4 MB?[all …]
540 #define _P_ (UnresolvedInfo->P_) macro548 relocation_adr = _P_; in ELi_DoRelocate()558 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()572 relocation_val = (( _S_ + _A_) | _T_) - _P_; in ELi_DoRelocate()576 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_); in ELi_DoRelocate()593 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()621 #undef _P_