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

1 2

  /src/external/gpl3/binutils/dist/bfd/
elf32-sparc.c 224 #define ELF_OSABI ELFOSABI_GNU
elf64-sparc.c 896 #define ELF_OSABI ELFOSABI_GNU
elf32-hppa.c 968 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
4552 #define ELF_OSABI ELFOSABI_GNU
elf32-i386.c 4576 #define ELF_OSABI ELFOSABI_GNU
4723 #define ELF_OSABI ELFOSABI_GNU
elf64-hppa.c 330 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
4612 #define ELF_OSABI ELFOSABI_GNU
  /src/external/gpl3/gdb.old/dist/gdb/
osabi.c 483 case ELFOSABI_GNU:
491 The same applies for ELFOSABI_GNU: this can mean GNU/Hurd,
  /src/external/gpl3/gdb/dist/gdb/
osabi.c 483 case ELFOSABI_GNU:
491 The same applies for ELFOSABI_GNU: this can mean GNU/Hurd,
  /src/sys/sys/
exec_elf.h 174 #define ELFOSABI_GNU 3 /* GNU/Linux */
197 #define ELFOSABI_LINUX ELFOSABI_GNU
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 834 { ELFOSABI_GNU, "GNU" },
835 { ELFOSABI_GNU, "Linux" },
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 834 { ELFOSABI_GNU, "GNU" },
835 { ELFOSABI_GNU, "Linux" },
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 1281 || bed->elf_osabi == ELFOSABI_GNU
2349 && bed->elf_osabi != ELFOSABI_GNU
2366 && bed->elf_osabi != ELFOSABI_GNU)
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 954 || bed->elf_osabi == ELFOSABI_GNU
1583 if (bed->elf_osabi != ELFOSABI_GNU
2521 && bed->elf_osabi != ELFOSABI_GNU
2540 && bed->elf_osabi != ELFOSABI_GNU)
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 342 ELFOSABI_GNU = 3, // GNU/Linux
343 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
  /src/external/gpl3/binutils/dist/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* Alias for ELFOSABI_GNU */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* Alias for ELFOSABI_GNU */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 113 enum ELFOSABI_GNU = 3;
114 enum ELFOSABI_LINUX = ELFOSABI_GNU;
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* Alias for ELFOSABI_GNU */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* Alias for ELFOSABI_GNU */
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-hppa.c 327 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
4045 #define ELF_OSABI ELFOSABI_GNU
elf32-hppa.c 968 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
4550 #define ELF_OSABI ELFOSABI_GNU
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-hppa.c 327 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
4043 #define ELF_OSABI ELFOSABI_GNU
elf32-hppa.c 968 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
4549 #define ELF_OSABI ELFOSABI_GNU
  /src/external/gpl3/gdb/dist/bfd/
elf64-hppa.c 327 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
4046 #define ELF_OSABI ELFOSABI_GNU
elf32-hppa.c 968 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
4550 #define ELF_OSABI ELFOSABI_GNU
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 421 ? int(ELF::ELFOSABI_GNU)

Completed in 84 milliseconds

1 2