HomeSort by relevance Sort by last modified time
    Searched refs:ELFOSABI_GNU (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 519 { ELFOSABI_GNU, "GNU" },
520 { ELFOSABI_GNU, "Linux" },
readelf.c     [all...]
  /external/elfutils/tests/
elfstrtab.c 168 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
newdata.c 98 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* Alias for ELFOSABI_GNU */
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 226 ECase(ELFOSABI_GNU)
227 ECase(ELFOSABI_GNU)
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c     [all...]
tc-ia64.c 625 { "linux", PSEUDO_FUNC_CONST, { ELFOSABI_GNU } },
    [all...]
  /external/elfutils/libelf/
elf.h 143 #define ELFOSABI_GNU 3 /* Object uses GNU ELF extensions. */
144 #define ELFOSABI_LINUX ELFOSABI_GNU /* Compatibility alias. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 145 #define ELFOSABI_GNU 3 /* Object uses GNU ELF extensions. */
146 #define ELFOSABI_LINUX ELFOSABI_GNU /* Compatibility alias. */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 334 ELFOSABI_GNU = 3, // GNU/Linux
335 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i370.c     [all...]
elf32-hppa.c 939 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
    [all...]
elf64-hppa.c 331 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
    [all...]
elf64-x86-64.c     [all...]
elf32-i386.c     [all...]
elf.c     [all...]
  /art/runtime/
elf.h 318 ELFOSABI_GNU = 3, // GNU/Linux
319 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 132 ELFOSABI_GNU = 3,
133 // ELFOSABI_LINUX is an alias for ELFOSABI_GNU.
    [all...]

Completed in 470 milliseconds