Searched refs:ELFOSABI_NONE (Results 1 – 12 of 12) sorted by relevance
45 if (osabi == ELFOSABI_NONE) in ebl_osabi_name()
358 #define ELFOSABI_NONE 0 macro362 #define ELF_OSABI ELFOSABI_NONE
75 return ELF::ELFOSABI_NONE; in getOSABI()
306 #define ELFOSABI_NONE 0 macro
309 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
337 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
224 ECase(ELFOSABI_NONE) in enumeration()
139 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
138 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
98 default: Write8(ELF::ELFOSABI_NONE); break; in WriteHeader()
777 {"SystemV", "UNIX - System V", ELF::ELFOSABI_NONE},
385 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE in check_elf_header()