Searched refs:elf_ident (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c288 const char *elf_ident= elf_getident(elf, NULL); local
289 if(!elf_ident) fail_elf("elf_getident");
291 if(elf_ident[EI_CLASS] != ELFCLASS32 ||
292 elf_ident[EI_DATA] != ELFDATA2LSB) {

Completed in 29 milliseconds