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