Searched refs:ELFOSABI_FREEBSD (Results 1 – 12 of 12) sorted by relevance
59 else if (osabi == ELFOSABI_FREEBSD) in ebl_osabi_name()
73 return ELF::ELFOSABI_FREEBSD; in getOSABI()
317 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
346 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
233 ECase(ELFOSABI_FREEBSD) in enumeration()
148 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
147 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
96 case Triple::FreeBSD: Write8(ELF::ELFOSABI_FREEBSD); break; in WriteHeader()
785 {"FreeBSD", "UNIX - FreeBSD", ELF::ELFOSABI_FREEBSD},
387 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD) in check_elf_header()
3 * elflint.c (check_elf_header): Recognize ELFOSABI_FREEBSD.
224 #define ELFOSABI_FREEBSD 9 /* Free BSD */ macro19761 ehdr.e_ident[EI_OSABI] = ELFOSABI_FREEBSD; in tcc_output_file()