Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Delf.h35 #define EI_MAG0 0 /* file ID */ macro
85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c238 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()