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

/barrelfish-master/lib/elf/
H A Delf64.c490 || (head->e_ident[EI_OSABI] != ELFOSABI_SYSV
491 && head->e_ident[EI_OSABI] != ELFOSABI_LINUX)
H A Delf32.c481 || head->e_ident[EI_OSABI] != ELFOSABI_SYSV
/barrelfish-master/tools/weever/
H A Delf64.c302 || head->e_ident[EI_OSABI] != ELFOSABI_SYSV
/barrelfish-master/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c382 if(ehdr->e_ident[EI_OSABI] != ELFOSABI_STANDALONE
383 && ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE) {
385 ehdr->e_ident[EI_OSABI]);
/barrelfish-master/include/elf/
H A Delf.h59 #define EI_OSABI 7 /* Operating system / ABI identification */ macro
87 /* Values for e_ident[EI_OSABI]. */
/barrelfish-master/include/sys/
H A Delf_common.h127 #define EI_OSABI 7 /* Operating system / ABI identification */ macro
155 /* Values for e_ident[EI_OSABI]. */

Completed in 104 milliseconds