Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/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.2.1/build/libraries/el/common/src/
Dloader_subset.c828 #define _A_ (UnresolvedInfo->A_) macro
848_A_ = (s32)(((*(vu32*)relocation_adr)|0xFF800000) << 2); //Generally, this should be -8
875 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);
888 relocation_val = (( _S_ + _A_) | _T_);
896 relocation_val = (( _S_ + _A_) | _T_) - _P_;
925 signed_val = ( (s32)(_S_) + _A_) - (s32)(_P_);
937 relocation_val = _S_ + _A_;
942_A_ = (s32)(((*(vu16*)relocation_adr & 0x07FF)<<11) + ((*((vu16*)(relocation_adr)+1)) & 0x07FF));
943_A_ = (s32)((_A_ | 0xFFC00000) << 1); //Generally, this should be -4 (because the PC is the cur…
981 signed_val = (( (s32)(_S_) + _A_) | (s32)(_T_)) - (s32)(_P_);
[all …]