Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/makelst/
Delf_loader.h67 Elf32_Rel Rel; /* Relocation entry */ member
Delf_loader.c343 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/
Delf_loader.h81 Elf32_Rel Rel; /* Relocation entry */ member
/TwlSDK-5.5/build/libraries/el/common/include/
Delf_loader.h144 Elf32_Rel Rel; /* Relocation entry */ member
/TwlSDK-5.5/build/libraries/el/common/src/
Delf_loader.c768 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()