Searched refs:Ehdr (Results 1 – 3 of 3) sorted by relevance
63 Elf32_Ehdr Ehdr; in EL_GetElfSize() local66 if( ELF_LoadELFHeader( buf, &Ehdr) == NULL) { in EL_GetElfSize()69 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
83 Elf32_Ehdr Ehdr; in EL_GetElfSize() local86 if( ELF_LoadELFHeader( buf, &Ehdr) == NULL) { in EL_GetElfSize()89 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()
170 Elf32_Ehdr Ehdr; in EL_GetElfSize() local173 if( ELF_LoadELFHeader( buf, &Ehdr) == NULL) { in EL_GetElfSize()176 size = (u32)(Ehdr.e_shoff + (Ehdr.e_shentsize * Ehdr.e_shnum)); in EL_GetElfSize()