Searched refs:_P_ (Results 1 – 2 of 2) sorted by relevance
793 #define _P_ (UnresolvedInfo->P_) macro804 relocation_adr = _P_;818 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +-32 Bytes?829 _P_,839 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);860 relocation_val = (( _S_ + _A_) | _T_) - _P_;868 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +-32 Bytes?879 _P_,889 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_);913 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x400000); //Within +-4 Bytes?[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_