Home
last modified time | relevance | path

Searched refs:ELFOSABI_NONE (Results 1 – 17 of 17) sorted by relevance

/freebsd-9-stable/sys/mips/mips/
Delf64_machdep.c89 .brand = ELFOSABI_NONE,
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCELFObjectWriter.h68 return ELF::ELFOSABI_NONE; in getOSABI()
/freebsd-9-stable/sys/sys/
Delf_common.h101 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
120 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h62 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
DChangeLog-9103941 * common.h (ELFOSABI_NONE): Renamed from ELFOSABI_SYSV.
/freebsd-9-stable/contrib/gdb/gdb/
Dosabi.c503 case ELFOSABI_NONE: in generic_elf_osabi_sniffer()
Darm-tdep.c2560 case ELFOSABI_NONE: in arm_elf_osabi_sniffer()
/freebsd-9-stable/contrib/binutils/bfd/
Delfxx-target.h295 #define ELF_OSABI ELFOSABI_NONE
Delfcode.h637 if (ebd->elf_osabi != ELFOSABI_NONE) in elf_object_p()
DChangeLog1176 * elfcode.h (elf_object_p): Match the ELFOSABI_NONE ELF target
1183 * elfxx-target.h (ELF_OSABI): Default to ELFOSABI_NONE.
DChangeLog-00018315 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
/freebsd-9-stable/contrib/llvm/lib/Object/
DELFYAML.cpp216 ECase(ELFOSABI_NONE) in enumeration()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h309 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp131 { "SystemV", ELF::ELFOSABI_NONE },
/freebsd-9-stable/contrib/binutils/binutils/
DChangeLog-00011622 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
Dreadelf.c2343 case ELFOSABI_NONE: return "UNIX - System V"; in get_osabi_name()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-ia64.c598 { "svr4", PSEUDO_FUNC_CONST, { ELFOSABI_NONE } },