Home
last modified time | relevance | path

Searched refs:ELi_GetShdr (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dloader_subset.c198 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()
Dloader_subset.h59 void ELi_GetShdr( ELHandle* ElfHandle, u32 index, Elf32_Shdr* Shdr);
Dinsertsection.c87 ELi_GetShdr( ElfHandle, i, &(CurrentShdrEx->Shdr));
Delf_loader.c335 ELi_GetShdr( ElfHandle, i, &(CurrentShdrEx->Shdr)); in ELi_LoadObject()
/TwlSDK-5.1.0/build/tools/makelst/
Dloader_subset.h41 void ELi_GetShdr( ELHandle* ElfHandle, u32 index, Elf32_Shdr* Shdr);
Dloader_subset.c113 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()
Delf_loader.c259 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/
Dloader_subset.h69 void ELi_GetShdr( ELDesc* elElfDesc, u32 index, Elf32_Shdr* Shdr);
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c366 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);
Delf_loader.c654 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()