Searched refs:ELFOSABI_GNU (Results 1 – 6 of 6) sorted by relevance
168 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
98 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in create_elf()
226 ECase(ELFOSABI_GNU) in enumeration()227 ECase(ELFOSABI_GNU) in enumeration()
195 ELF-MIPSEL-NEXT: OSABI: ELFOSABI_GNU357 ELF-X86-64-NEXT: OSABI: ELFOSABI_GNU
334 ELFOSABI_GNU = 3, // GNU/Linux enumerator
143 #define ELFOSABI_GNU 3 /* Object uses GNU ELF extensions. */ macro144 #define ELFOSABI_LINUX ELFOSABI_GNU /* Compatibility alias. */