Home
last modified time | relevance | path

Searched refs:Rel (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Delf_loader.h67 Elf32_Rel Rel; /* Relocation entry */ member
Delf_loader.c337 ELi_GetSent( ElfHandle, i, &(ElfHandle->Rel), offset, sizeof(Elf32_Rel)); in ELi_LoadObject()
340 … (u32)(ElfHandle->SymShdr.sh_entsize * ELF32_R_SYM( ElfHandle->Rel.r_info)), sizeof(Elf32_Sym)); in ELi_LoadObject()
344 printf( "%08x ", (int)(ElfHandle->Rel.r_offset)); in ELi_LoadObject()
345 printf( "%08x ", (int)(ElfHandle->Rel.r_info)); in ELi_LoadObject()
/TwlSDK-5.4/build/tools/stripdebug/
Delf_loader.h81 Elf32_Rel Rel; /* Relocation entry */ member
/TwlSDK-5.4/build/libraries/el/common/include/
Delf_loader.h144 Elf32_Rel Rel; /* Relocation entry */ member
/TwlSDK-5.4/build/libraries/el/common/src/
Delf_loader.c762 ELi_GetSent( elElfDesc, i, &(elElfDesc->Rel), offset, sizeof(Elf32_Rel)); in elLoadSections()
765 … (u32)(elElfDesc->SymShdr.sh_entsize * ELF32_R_SYM( elElfDesc->Rel.r_info)), sizeof(Elf32_Sym)); in elLoadSections()
768 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_offset); in elLoadSections()
769 PRINTDEBUG( "%08x ", elElfDesc->Rel.r_info); in elLoadSections()