Home
last modified time | relevance | path

Searched refs:ELF32_R_SYM (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/tools/makelst/
Delf.h271 #define ELF32_R_SYM(i) ((i)>>8) macro
Delf_loader.c340 … (u32)(ElfHandle->SymShdr.sh_entsize * ELF32_R_SYM( ElfHandle->Rel.r_info)), sizeof(Elf32_Sym)); in ELi_LoadObject()
379 … (u32)(ElfHandle->SymShdr.sh_entsize * ELF32_R_SYM( ElfHandle->Rela.r_info)), sizeof(Elf32_Sym)); in ELi_LoadObject()
Dloader_subset.c288 ELF32_R_SYM( CurrentRela.r_info)); in ELi_RelocateSym()
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h286 #define ELF32_R_SYM(i) ((i)>>8) macro
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf.h271 #define ELF32_R_SYM(i) ((i)>>8) macro
Delf_loader.c569 new_sym_num = SymShdrEx->sym_table[ELF32_R_SYM(CurrentRel->r_info)]; in ELi_LoadObject()
591 new_sym_num = SymShdrEx->sym_table[ELF32_R_SYM(CurrentRela->r_info)]; in ELi_LoadObject()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c759 … (u32)(elElfDesc->SymShdr.sh_entsize * ELF32_R_SYM( elElfDesc->Rel.r_info)), sizeof(Elf32_Sym)); in elLoadSections()
795 … (u32)(elElfDesc->SymShdr.sh_entsize * ELF32_R_SYM( elElfDesc->Rela.r_info)), sizeof(Elf32_Sym)); in elLoadSections()
Dloader_subset.c499 CurrentSymEx = (ELSymEx*)(elElfDesc->SymExTbl[ELF32_R_SYM( CurrentRela.r_info)]); in ELi_RelocateSym()