HomeSort by: relevance | last modified time | path
    Searched refs:EI_VERSION (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_memory.c 77 e_version = image[EI_VERSION];
libelf_ehdr.c 109 eh->e_ident[EI_VERSION] = LIBELF_PRIVATE(version) & 0xFFU; \
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 89 #define EI_VERSION 6
  /src/external/bsd/elftosb/dist/common/
ELF.h 36 EI_VERSION,
  /src/sys/arch/x68k/stand/common/
exec_sub.c 310 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT ||
  /src/external/gpl3/binutils/dist/bfd/
elfcore.h 109 /* FIXME: Check EI_VERSION here ! */
329 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT
  /src/external/gpl3/binutils.old/dist/bfd/
elfcore.h 110 /* FIXME: Check EI_VERSION here ! */
332 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT
  /src/external/gpl3/gdb.old/dist/bfd/
elfcore.h 110 /* FIXME: Check EI_VERSION here ! */
332 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT
  /src/external/gpl3/gdb/dist/bfd/
elfcore.h 110 /* FIXME: Check EI_VERSION here ! */
332 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 128 #define EI_VERSION 6 /* File version */
152 /* e_ident[EI_VERSION] */
  /src/sys/arch/hppa/stand/xxboot/
main.c 398 e32hdr->e_ident[EI_VERSION] != EV_CURRENT)
  /src/external/bsd/file/dist/src/
readelf.h 165 #define EI_VERSION 6
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 113 #define EI_VERSION 6 /* File version */
439 || header[EI_VERSION] != EV_CURRENT)
806 buf[EI_VERSION] = EV_CURRENT;
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 113 #define EI_VERSION 6 /* File version */
439 || header[EI_VERSION] != EV_CURRENT)
806 buf[EI_VERSION] = EV_CURRENT;
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 113 #define EI_VERSION 6 /* File version */
439 || header[EI_VERSION] != EV_CURRENT)
806 buf[EI_VERSION] = EV_CURRENT;
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 113 #define EI_VERSION 6 /* File version */
439 || header[EI_VERSION] != EV_CURRENT)
806 buf[EI_VERSION] = EV_CURRENT;
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 113 #define EI_VERSION 6 /* File version */
439 || header[EI_VERSION] != EV_CURRENT)
806 buf[EI_VERSION] = EV_CURRENT;
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 113 #define EI_VERSION 6 /* File version */
439 || header[EI_VERSION] != EV_CURRENT)
806 buf[EI_VERSION] = EV_CURRENT;
  /src/sys/arch/i386/i386/
multiboot.c 704 ehdr.e_ident[EI_VERSION] = EV_CURRENT;
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 129 #define EI_VERSION 6 /* File version */
154 /* e_ident[EI_VERSION] */
  /src/sys/kern/
subr_kobj.c 195 if (hdr->e_ident[EI_VERSION] != EV_CURRENT ||
198 hdr->e_ident[EI_VERSION]);
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 328 if (elf_header.e_ident[EI_VERSION] != EV_CURRENT)
331 (_("%s: Unsupported EI_VERSION: %d is not %d\n"),
332 file_name, elf_header.e_ident[EI_VERSION],
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 328 if (elf_header.e_ident[EI_VERSION] != EV_CURRENT)
331 (_("%s: Unsupported EI_VERSION: %d is not %d\n"),
332 file_name, elf_header.e_ident[EI_VERSION],
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 36 enum EI_VERSION = 6;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 36 enum EI_VERSION = 6;

Completed in 103 milliseconds

1 2 3