Searched refs:ELFOSABI_NONE (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dfreebsd.h50 osabi_(elfcpp::ELFOSABI_NONE)
69 if (this->osabi_ != elfcpp::ELFOSABI_NONE)
H A Dconfigure3376 default_osabi=ELFOSABI_NONE
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Darm-symbian-tdep.c100 if (elf_elfheader (abfd)->e_ident[EI_OSABI] != ELFOSABI_NONE)
H A Dmips-irix-tdep.c67 if (elfosabi == ELFOSABI_NONE)
69 /* When elfosabi is ELFOSABI_NONE (0), then the ELF structures in the
H A Dosabi.c519 case ELFOSABI_NONE:
520 /* When the EI_OSABI field in the ELF header is ELFOSABI_NONE
H A Darm-tdep.c8145 else if (ei_osabi == ELFOSABI_NONE)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-elf.c41 #ifndef ELFOSABI_NONE
42 # define ELFOSABI_NONE 0 macro
541 /* Allow mixing ELFOSABI_NONE with ELFOSABI_LINUX, with the result
543 if (elf_ident_buf[EI_OSABI] == ELFOSABI_NONE
547 && cached_file_attrs.elf_ident[EI_OSABI] == ELFOSABI_NONE)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delfxx-target.h313 #define ELF_OSABI ELFOSABI_NONE
H A Delfcode.h639 if (ebd->elf_osabi != ELFOSABI_NONE)
642 /* This is an ELFOSABI_NONE ELF target. Let it match any ELF
669 object file, so reject the ELFOSABI_NONE ELF target. */
H A Delf32-hppa.c956 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
964 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
H A Delf64-hppa.c336 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
344 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
H A Delf.c9542 if (i_ehdrp->e_ident[EI_OSABI] == ELFOSABI_NONE
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Delfedit.c519 { ELFOSABI_NONE, "none" },
H A Dreadelf.c2575 case ELFOSABI_NONE: return "UNIX - System V";
8196 || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE))
8249 || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h62 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delfxx-target.h313 #define ELF_OSABI ELFOSABI_NONE
H A Delfcode.h640 if (ebd->elf_osabi != ELFOSABI_NONE)
643 /* This is an ELFOSABI_NONE ELF target. Let it match any ELF
670 object file, so reject the ELFOSABI_NONE ELF target. */
H A Delf32-hppa.c956 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
964 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
H A Delf64-hppa.c336 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
344 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
H A Delf.c9535 if (i_ehdrp->e_ident[EI_OSABI] == ELFOSABI_NONE
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h62 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dexec_elf.h190 #define ELFOSABI_NONE ELFOSABI_SYSV macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c1706 || bed->elf_osabi == ELFOSABI_NONE))
1718 || bed->elf_osabi == ELFOSABI_NONE))
H A Dtc-ia64.c614 { "svr4", PSEUDO_FUNC_CONST, { ELFOSABI_NONE } },
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h129 ELFOSABI_NONE = 0, enumerator in enum:elfcpp::ELFOSABI

Completed in 701 milliseconds