Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/el/common/src/
Dloader_subset.c827 #define _S_ (UnresolvedInfo->S_) macro
851 if( (elElfDesc == i_eldesc_sim)&&(_S_ == 0)) {
854 veneer_flag = ELi_IsFar( _P_, _S_|_T_, 0x2000000); //Within +/-32 MB?
863 _S_ = (u32)ELi_CopyVeneerToBuffer( elElfDesc,
866 (u32)(( (s32)(_S_) /*+ _A_*/) | (s32)(_T_)),
868 if(_S_ == 0)
875 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);
888 relocation_val = (( _S_ + _A_) | _T_);
896 relocation_val = (( _S_ + _A_) | _T_) - _P_;
901 if( (elElfDesc == i_eldesc_sim)&&(_S_ == 0)) {
[all …]
/TwlSDK-5.5/build/tools/makelst/
Dloader_subset.c538 #define _S_ (UnresolvedInfo->S_) macro
558 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()
568 relocation_val = (( _S_ + _A_) | _T_); in ELi_DoRelocate()
572 relocation_val = (( _S_ + _A_) | _T_) - _P_; in ELi_DoRelocate()
576 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_); in ELi_DoRelocate()
585 relocation_val = _S_ + _A_; in ELi_DoRelocate()
593 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()
619 #undef _S_