Home
last modified time | relevance | path

Searched refs:UnresolvedInfo (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Dloader_subset.c218 ELUnresolvedEntry UnresolvedInfo; in ELi_RelocateSym() local
293 ELi_UnresolvedInfoInit( &UnresolvedInfo); in ELi_RelocateSym()
296 UnresolvedInfo.r_type = ELF32_R_TYPE( CurrentRela.r_info); in ELi_RelocateSym()
297 UnresolvedInfo.A_ = (CurrentRela.r_addend); in ELi_RelocateSym()
298 UnresolvedInfo.P_ = (relocation_adr); in ELi_RelocateSym()
299 UnresolvedInfo.sh_type = (RelOrRelaShdr.sh_type); in ELi_RelocateSym()
316 UnresolvedInfo.sym_str = (char*)(malloc( copy_size)); in ELi_RelocateSym()
318 memcpy( UnresolvedInfo.sym_str, sym_str, copy_size); in ELi_RelocateSym()
324 memcpy( UnrEnt, &UnresolvedInfo, copy_size); in ELi_RelocateSym()
344 … if( !UnresolvedInfo.sym_str) { /*Symbol cannot be resolved if sym_str is not set*/ in ELi_RelocateSym()
[all …]
Dloader_subset.h80 u32 ELi_DoRelocate( ELUnresolvedEntry* UnresolvedInfo);
111 void ELi_UnresolvedInfoInit( ELUnresolvedEntry* UnresolvedInfo);
/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c502 ELImportEntry UnresolvedInfo; in ELi_RelocateSym() local
541 ELi_InitImport( &UnresolvedInfo); in ELi_RelocateSym()
544 UnresolvedInfo.r_type = ELF32_R_TYPE( CurrentRela.r_info); in ELi_RelocateSym()
545 UnresolvedInfo.A_ = (CurrentRela.r_addend); in ELi_RelocateSym()
546 UnresolvedInfo.P_ = (relocation_adr); in ELi_RelocateSym()
547 UnresolvedInfo.sh_type = (RelOrRelaShdr.sh_type); in ELi_RelocateSym()
557 UnresolvedInfo.sym_str = ELi_Malloc( elElfDesc, MYObject, copy_size); in ELi_RelocateSym()
558 if(UnresolvedInfo.sym_str == NULL) in ELi_RelocateSym()
560 OSAPI_CPUCOPY8( sym_str, UnresolvedInfo.sym_str, copy_size); in ELi_RelocateSym()
573 OSAPI_CPUCOPY8( &UnresolvedInfo, UnrEnt, copy_size); in ELi_RelocateSym()
[all …]
/TwlSDK-5.4/build/tools/stripdebug/
Dloader_subset.c531 void ELi_UnresolvedInfoInit( ELUnresolvedEntry* UnresolvedInfo) in ELi_UnresolvedInfoInit() argument
533 UnresolvedInfo->sym_str = NULL; in ELi_UnresolvedInfoInit()
534 UnresolvedInfo->r_type = 0; in ELi_UnresolvedInfoInit()
535 UnresolvedInfo->S_ = 0; in ELi_UnresolvedInfoInit()
536 UnresolvedInfo->A_ = 0; in ELi_UnresolvedInfoInit()
537 UnresolvedInfo->P_ = 0; in ELi_UnresolvedInfoInit()
538 UnresolvedInfo->T_ = 0; in ELi_UnresolvedInfoInit()
539 UnresolvedInfo->remove_flag = 0; in ELi_UnresolvedInfoInit()
Dloader_subset.h117 u32 ELi_DoRelocate( ELUnresolvedEntry* UnresolvedInfo);
148 void ELi_UnresolvedInfoInit( ELUnresolvedEntry* UnresolvedInfo);
/TwlSDK-5.4/build/libraries/el/common/include/
Dloader_subset.h110 BOOL ELi_DoRelocate( ELDesc* elElfDesc, ELObject* MYObject, ELImportEntry* UnresolvedInfo);