Home
last modified time | relevance | path

Searched refs:_T_ (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c830 #define _T_ (UnresolvedInfo->T_) macro
854 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +/-32 MB?
860 if( (_T_) || (veneer_flag == TRUE)) {
866 (u32)(( (s32)(_S_) /*+ _A_*/) | (s32)(_T_)),
870 _T_ = 0; //Because veneer is ARM code
875 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);
876 …if( _T_) { /*Jump from ARM to Thumb with BLX instruction (If less than v5, there must be a …
888 relocation_val = (( _S_ + _A_) | _T_);
896 relocation_val = (( _S_ + _A_) | _T_) - _P_;
904 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +/-32 MB?
[all …]
/TwlSDK-5.4/build/tools/makelst/
Dloader_subset.c541 #define _T_ (UnresolvedInfo->T_) macro
558 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_