Searched defs:fw_elf32 (Results 1 – 1 of 1) sorted by relevance
39 struct fw_elf32 { struct40 uintptr_t e_entry;41 uintptr_t e_phoff;42 uintptr_t e_shoff;43 uint32_t e_phnum;44 uint32_t e_shnum;45 uint32_t e_phentsize;46 uint32_t e_shentsize;48 Elf32_Phdr *phdr;49 Elf32_Shdr *shdr;