Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelst/
Dloader_subset.c539 #define _A_ (UnresolvedInfo->A_) macro
556 _A_ = (((*(vu32*)relocation_adr)|0xFF800000) << 2); //Generally, this should be -8 in ELi_DoRelocate()
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()
590_A_ = (((*(vu16*)relocation_adr & 0x07FF)<<11) + ((*((vu16*)(relocation_adr)+1)) & 0x07FF)); in ELi_DoRelocate()
591_A_ = (_A_ | 0xFFC00000) << 1; //Generally, this should be -4 (Because the PC is the current in… in ELi_DoRelocate()
593 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_); in ELi_DoRelocate()
[all …]
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c792 #define _A_ (UnresolvedInfo->A_) macro
812_A_ = (s32)(((*(vu32*)relocation_adr)|0xFF800000) << 2); //Generally, this should be -8
839 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);
852 relocation_val = (( _S_ + _A_) | _T_);
860 relocation_val = (( _S_ + _A_) | _T_) - _P_;
889 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_);
901 relocation_val = _S_ + _A_;
906_A_ = (s32)(((*(vu16*)relocation_adr & 0x07FF)<<11) + ((*((vu16*)(relocation_adr)+1)) & 0x07FF));
907_A_ = (s32)((_A_ | 0xFFC00000) << 1); //Generally, this should be -4 (Because the PC is the cur…
945 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);
[all …]