Searched refs:ELF32_R_SYM (Results 1 – 8 of 8) sorted by relevance
271 #define ELF32_R_SYM(i) ((i)>>8) macro
340 … (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()
288 ELF32_R_SYM( CurrentRela.r_info)); in ELi_RelocateSym()
286 #define ELF32_R_SYM(i) ((i)>>8) macro
569 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()
759 … (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()
499 CurrentSymEx = (ELSymEx*)(elElfDesc->SymExTbl[ELF32_R_SYM( CurrentRela.r_info)]); in ELi_RelocateSym()