Searched refs:Rel (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.5/build/tools/makelst/ |
| D | elf_loader.h | 67 Elf32_Rel Rel; /* Relocation entry */ member
|
| D | elf_loader.c | 343 ELi_GetSent( ElfHandle, i, &(ElfHandle->Rel), offset, sizeof(Elf32_Rel)); in ELi_LoadObject() 346 … (u32)(ElfHandle->SymShdr.sh_entsize * ELF32_R_SYM( ElfHandle->Rel.r_info)), sizeof(Elf32_Sym)); in ELi_LoadObject() 350 printf( "%08x ", (int)(ElfHandle->Rel.r_offset)); in ELi_LoadObject() 351 printf( "%08x ", (int)(ElfHandle->Rel.r_info)); in ELi_LoadObject()
|
| /TwlSDK-5.5/build/tools/stripdebug/ |
| D | elf_loader.h | 81 Elf32_Rel Rel; /* Relocation entry */ member
|
| /TwlSDK-5.5/build/libraries/el/common/include/ |
| D | elf_loader.h | 144 Elf32_Rel Rel; /* Relocation entry */ member
|
| /TwlSDK-5.5/build/libraries/el/common/src/ |
| D | elf_loader.c | 768 ELi_GetSent( elElfDesc, i, &(elElfDesc->Rel), offset, sizeof(Elf32_Rel)); in elLoadSections() 771 … (u32)(elElfDesc->SymShdr.sh_entsize * ELF32_R_SYM( elElfDesc->Rel.r_info)), sizeof(Elf32_Sym)); in elLoadSections() 774 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_offset); in elLoadSections() 775 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_info); in elLoadSections()
|