Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c116 else if (eh->e_ident[EI_OSABI] != ELFOSABI_NONE) in check_elf_header()
/f-stack/freebsd/kern/
H A Dkern_dump.c310 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys_generic()
H A Dimgact_elf.c382 (hdr->e_ident[EI_OSABI] == bi->brand || in __elfN()
1171 hdr->e_ident[EI_OSABI]); in __CONCAT()
1971 ehdr->e_ident[EI_OSABI] = ELFOSABI_FREEBSD; in __elfN()
/f-stack/freebsd/sys/
H A Delf_common.h135 #define EI_OSABI 7 /* Operating system / ABI identification */ macro