Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Delf.h85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/openbmc/u-boot/cmd/
H A Delf.c259 if (!IS_ELF(*ehdr)) { in valid_elf_image()