Searched refs:ELFOSABI_SYSV (Results 1 – 3 of 3) sorted by relevance
39 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV; in InitEhdr()
42 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV; in TestInitEhdr()
267 #define ELFOSABI_SYSV 0 /* Synonym for ELFOSABI_NONE used by valgrind. */ macro