Searched refs:ELFMAG3 (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ | ||
A D | elf.h | 51 #define ELFMAG3 'F' /* e_ident[EI_MAG3] */ macro |
/u-boot/tools/ | ||
A D | img2srec.c | 270 || (elfHeader.e_ident[3] != ELFMAG3) in ConvertELF() |
Completed in 11 milliseconds