Home
last modified time | relevance | path

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

/hypervisor/boot/guest/
A Delf_loader.c222 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()
/hypervisor/boot/include/
A Delf.h28 #define EI_CLASS 4 /* Class of machine. */ macro

Completed in 4 milliseconds