Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c203 const Elf32_Ehdr *ehdr32; in main() local
235 ehdr32 = elf; in main()
238 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
244 if (ehdr32->e_ident[EI_VERSION] != EV_CURRENT) { in main()
250 switch (ehdr32->e_ident[EI_CLASS]) { in main()
263 switch (ehdr32->e_ident[EI_DATA]) { in main()