Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/
A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/optee_os/out/arm/export-ta_arm32/include/
A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/optee_os/out/arm/export-ta_arm64/host_include/
A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/optee_os/out/arm/export-ta_arm64/include/
A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/optee_os/lib/libutee/include/
A Delf_common.h137 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/optee_os/ldelf/
A Dta_elf.c457 if (!IS_ELF(*(Elf32_Ehdr *)va)) in init_elf()

Completed in 31 milliseconds