Home
last modified time | relevance | path

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

/u-boot/include/
A Delf.h35 #define EI_MAG0 0 /* file ID */ macro
85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c54 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
/u-boot/tools/
A Dmips-relocs.c235 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()

Completed in 8 milliseconds