Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Delf_parser.c33 if (!IS_ELF(*ehdr) || in e32_parse_ehdr()
/optee_os/lib/libutee/include/
H A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/optee_os/ldelf/
H A Dta_elf.c511 if (!IS_ELF(*(Elf32_Ehdr *)va)) in init_elf()