Home
last modified time | relevance | path

Searched refs:Ehdr (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/tools/makelst/
Delf_loader.c63 Elf32_Ehdr Ehdr; in EL_GetElfSize() local
66 if( ELF_LoadELFHeader( buf, &Ehdr) == NULL) { in EL_GetElfSize()
69 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf_loader.c83 Elf32_Ehdr Ehdr; in EL_GetElfSize() local
86 if( ELF_LoadELFHeader( buf, &Ehdr) == NULL) { in EL_GetElfSize()
89 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c170 Elf32_Ehdr Ehdr; in EL_GetElfSize() local
173 if( ELF_LoadELFHeader( buf, &Ehdr) == NULL) { in EL_GetElfSize()
176 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()