Home
last modified time | relevance | path

Searched refs:ET_EXEC (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Delf.c137 if (ehdr->e_type != ET_EXEC) { in valid_elf_image()
/rk3399_rockchip-uboot/tools/
H A Dimg2srec.c271 || (elfHeader.e_type != ET_EXEC) in ConvertELF()
H A Dmips-relocs.c276 if (ehdr_field(e_type) != ET_EXEC) { in main()
/rk3399_rockchip-uboot/include/
H A Delf.h130 #define ET_EXEC 2 /* executable file */ macro