Searched refs:_T_ (Results 1 – 2 of 2) sorted by relevance
794 #define _T_ (UnresolvedInfo->T_) macro818 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +-32 Bytes?824 if( (_T_) || (veneer_flag == TRUE)) {830 (u32)(( (s32)(_S_) /*+ _A_*/) | (s32)(_T_)),834 _T_ = 0; //Because veneer is ARM code839 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);840 …if( _T_) { /*Jump from ARM to Thumb with BLX instruction (If less than v5, BL �� it is nece…852 relocation_val = (( _S_ + _A_) | _T_);860 relocation_val = (( _S_ + _A_) | _T_) - _P_;868 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +-32 Bytes?[all …]
541 #define _T_ (UnresolvedInfo->T_) macro558 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()559 …if( _T_) { /*Jump from ARM to Thumb with BLX instruction (If less than v5, there must be a … in ELi_DoRelocate()568 relocation_val = (( _S_ + _A_) | _T_); in ELi_DoRelocate()572 relocation_val = (( _S_ + _A_) | _T_) - _P_; in ELi_DoRelocate()593 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()595 if( _T_) { /*Jump from Thumb to Thumb using the BL instruction*/ in ELi_DoRelocate()622 #undef _T_