Searched refs:EI_CLASS (Results 1 – 2 of 2) sorted by relevance
222 if (*(uint8_t *)(p_elf_img + EI_CLASS) == ELFCLASS64) { in load_elf()224 } else if (*(uint8_t *)(p_elf_img + EI_CLASS) == ELFCLASS32) { in load_elf()227 pr_err("%s, unsupported elf class(%d)", __func__, *(uint8_t *)(p_elf_img + EI_CLASS)); in load_elf()
28 #define EI_CLASS 4 /* Class of machine. */ macro
Completed in 4 milliseconds