Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-target.h325 #define ELF_OSABI ELFOSABI_NONE
667 (ELF_ARCH == bfd_arch_unknown ? 2 : ELF_OSABI == ELFOSABI_NONE ? 1 : 0)
Delf64-hppa.c331 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */ in elf64_hppa_object_p()
339 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */ in elf64_hppa_object_p()
Delfcode.h603 && ebd->elf_osabi != ELFOSABI_NONE) in elf_object_p()
Delf32-msp430.c2466 #define ELF_OSABI ELFOSABI_NONE
DChangeLog-20072945 * elfcode.h (elf_object_p): Match the ELFOSABI_NONE ELF target
2952 * elfxx-target.h (ELF_OSABI): Default to ELFOSABI_NONE.
DChangeLog-20112109 EM_NONE and ELFOSABI_NONE targets when a better match exists.
Delf.c10132 if (i_ehdrp->e_ident[EI_OSABI] == ELFOSABI_NONE in _bfd_elf_post_process_headers()
DChangeLog-00018315 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
/toolchain/binutils/binutils-2.25/gold/
Dtarget.cc225 if (osabi != elfcpp::ELFOSABI_NONE) in do_adjust_elf_header()
Dconfigure.tgt49 targ_osabi=ELFOSABI_NONE
Dtarget.h554 are_processor_specific_flags_set_(false), osabi_(elfcpp::ELFOSABI_NONE) in Target()
Dconfigure.ac170 default_osabi=ELFOSABI_NONE
Dconfigure3413 default_osabi=ELFOSABI_NONE
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h60 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
DChangeLog-9103941 * common.h (ELFOSABI_NONE): Renamed from ELFOSABI_SYSV.
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c515 { ELFOSABI_NONE, "none" },
Dreadelf.c1004 || (elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE)); in uses_msp430x_relocs()
3169 case ELFOSABI_NONE: return "UNIX - System V"; in get_osabi_name()
9529 || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE)) in get_symbol_binding()
9583 || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE)) in get_symbol_type()
DChangeLog-00011622 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c1916 || bed->elf_osabi == ELFOSABI_NONE)) in obj_elf_type()
1928 || bed->elf_osabi == ELFOSABI_NONE)) in obj_elf_type()
Dtc-ia64.c622 { "svr4", PSEUDO_FUNC_CONST, { ELFOSABI_NONE } },
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h129 ELFOSABI_NONE = 0,