Home
last modified time | relevance | path

Searched defs:fw_elf32 (Results 1 – 1 of 1) sorted by relevance

/optee_os/ta/remoteproc/src/
H A Delf_parser.h39 struct fw_elf32 { struct
40 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;