Searched refs:ELFOSABI_FREEBSD (Results 1 – 9 of 9) sorted by relevance
48 else if (osabi == ELFOSABI_FREEBSD)
55 #define ELFOSABI_FREEBSD 9 macro
100 || pu.elf->e_ident[EI_OSABI] == ELFOSABI_FREEBSD in load_image()
171 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
1147 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
146 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
95 case Triple::FreeBSD: Write8(ELF::ELFOSABI_FREEBSD); break; in WriteHeader()
224 #define ELFOSABI_FREEBSD 9 /* Free BSD */ macro19760 ehdr.e_ident[EI_OSABI] = ELFOSABI_FREEBSD; in tcc_output_file()
1138 (ELFOSABI_FREEBSD): Likewise.