Searched refs:ELi_GetShdr (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | loader_subset.c | 198 void ELi_GetShdr( ELHandle* ElfHandle, u32 index, Elf32_Shdr* Shdr) in ELi_GetShdr() function 219 ELi_GetShdr( ElfHandle, index, &Shdr); in ELi_GetSent() 272 ELi_GetShdr( ElfHandle, index, &Shdr); in ELi_GetStrLen() 317 ELi_GetShdr( elElfDesc, symsh_index, &SymShdr); in ELi_BuildSymList() 464 ELi_GetShdr( ElfHandle, index, &TmpShdr); in ELi_ShdrIsDebug()
|
| D | loader_subset.h | 59 void ELi_GetShdr( ELHandle* ElfHandle, u32 index, Elf32_Shdr* Shdr);
|
| D | insertsection.c | 87 ELi_GetShdr( ElfHandle, i, &(CurrentShdrEx->Shdr));
|
| D | elf_loader.c | 335 ELi_GetShdr( ElfHandle, i, &(CurrentShdrEx->Shdr)); in ELi_LoadObject()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | loader_subset.h | 41 void ELi_GetShdr( ELHandle* ElfHandle, u32 index, Elf32_Shdr* Shdr);
|
| D | loader_subset.c | 113 void ELi_GetShdr( ELHandle* ElfHandle, u32 index, Elf32_Shdr* Shdr) in ELi_GetShdr() function 134 ELi_GetShdr( ElfHandle, index, &Shdr); in ELi_GetSent() 223 ELi_GetShdr( ElfHandle, relsh_index, &RelOrRelaShdr); in ELi_RelocateSym() 226 ELi_GetShdr( ElfHandle, RelOrRelaShdr.sh_link, &(ElfHandle->SymShdr)); in ELi_RelocateSym() 433 ELi_GetShdr( ElfHandle, symsh_index, &CurrentSymShdr); in ELi_DiscriminateGlobalSym() 677 ELi_GetShdr( ElfHandle, index, &TmpShdr); in ELi_ShdrIsDebug()
|
| D | elf_loader.c | 259 ELi_GetShdr( ElfHandle, i, &(CurrentShdrEx->Shdr)); in ELi_LoadObject() 338 ELi_GetShdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->SymShdr)); in ELi_LoadObject() 377 ELi_GetShdr( ElfHandle, CurrentShdrEx->Shdr.sh_link, &(ElfHandle->SymShdr)); in ELi_LoadObject()
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | loader_subset.h | 69 void ELi_GetShdr( ELDesc* elElfDesc, u32 index, Elf32_Shdr* Shdr);
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | loader_subset.c | 366 void ELi_GetShdr( ELDesc* elElfDesc, u32 index, Elf32_Shdr* Shdr) in ELi_GetShdr() function 386 ELi_GetShdr( elElfDesc, index, &Shdr); in ELi_GetSent() 472 ELi_GetShdr( elElfDesc, relsh_index, &RelOrRelaShdr); in ELi_RelocateSym() 618 ELi_GetShdr( elElfDesc, symtblsh_index, &SymShdr); in ELi_GoPublicGlobalSym() 691 ELi_GetShdr( elElfDesc, symsh_index, &(elElfDesc->SymShdr)); in ELi_BuildSymList() 1044 ELi_GetShdr( elElfDesc, index, &TmpShdr);
|
| D | elf_loader.c | 654 ELi_GetShdr( elElfDesc, i, &(CurrentShdrEx->Shdr)); in elLoadSections() 757 ELi_GetShdr( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->SymShdr)); in elLoadSections() 793 ELi_GetShdr( elElfDesc, CurrentShdrEx->Shdr.sh_link, &(elElfDesc->SymShdr)); in elLoadSections()
|