Home
last modified time | relevance | path

Searched defs:IS_ELF (Results 1 – 5 of 5) 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

Completed in 25 milliseconds