Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_mini_dump.c205 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in rk_dump_elf64_image_phdr()
216 if (ehdr->e_version != EV_CURRENT) { in rk_dump_elf64_image_phdr()
218 ehdr->e_version = EV_CURRENT; in rk_dump_elf64_image_phdr()
/rk3399_rockchip-uboot/include/
H A Delf.h226 #define EV_CURRENT 1 /* Current */ macro
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c244 if (ehdr32->e_ident[EI_VERSION] != EV_CURRENT) { in main()