Home
last modified time | relevance | path

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

/u-boot/lib/
A Delf.c235 if (!IS_ELF(*ehdr)) { in valid_elf_image()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c67 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS32) {
123 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS64) {
/u-boot/include/
A Delf.h85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro

Completed in 7 milliseconds