Searched refs:IS_ELF (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | elf.h | 85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro |
/openbmc/u-boot/cmd/ | ||
H A D | elf.c | 259 if (!IS_ELF(*ehdr)) { in valid_elf_image() |