Searched refs:Elf32_Rel (Results 1 – 12 of 12) sorted by relevance
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf_loader.h | 67 Elf32_Rel Rel; /* Relocation entry */
|
| D | elf.h | 263 } Elf32_Rel; typedef
|
| D | elf.c | 275 static void *ELF_LoadRel(const void *buf, Elf32_Rel *rel)
|
| D | elf_loader.c | 337 ELi_GetSent( ElfHandle, i, &(ElfHandle->Rel), offset, sizeof(Elf32_Rel)); in ELi_LoadObject() 376 ELi_GetSent( ElfHandle, i, &(ElfHandle->Rela), offset, sizeof(Elf32_Rel)); in ELi_LoadObject()
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | elf_loader.h | 81 Elf32_Rel Rel; /* Relocation entry */
|
| D | elf.h | 263 } Elf32_Rel; typedef
|
| D | elf_loader.c | 560 Elf32_Rel* CurrentRel; in ELi_LoadObject() 568 … CurrentRel = (Elf32_Rel*)(CurrentShdrEx->loaded_adr + (j * sizeof( Elf32_Rel))); in ELi_LoadObject()
|
| D | elf.c | 273 static void *ELF_LoadRel(const void *buf, Elf32_Rel *rel)
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf_loader.h | 144 Elf32_Rel Rel; /* Relocation entry */
|
| D | elf.h | 278 } Elf32_Rel; typedef
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf.c | 274 static void *ELF_LoadRel(const void *buf, Elf32_Rel *rel) in ELF_LoadRel()
|
| D | elf_loader.c | 756 ELi_GetSent( elElfDesc, i, &(elElfDesc->Rel), offset, sizeof(Elf32_Rel)); in elLoadSections() 792 ELi_GetSent( elElfDesc, i, &(elElfDesc->Rela), offset, sizeof(Elf32_Rel)); in elLoadSections()
|