Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf.c106 (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE && in e32_parse_ehdr()
107 ehdr->e_ident[EI_OSABI] != ELFOSABI_ARM) || in e32_parse_ehdr()
116 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_NONE && in e32_parse_ehdr()
120 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_ARM && in e32_parse_ehdr()
142 ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE || in e64_parse_ehdr()
181 ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE || in e64_parse_ehdr()
/optee_os/lib/libutee/include/
H A Delf_common.h85 #define EI_OSABI 7 /* Operating system / ABI identification */ macro