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

1 2

  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 561 { ELFOSABI_GNU, "GNU" },
562 { ELFOSABI_GNU, "Linux" },
  /bionic/libc/include/
elf.h 282 #define ELFOSABI_GNU 3 /* Synonym for ELFOSABI_LINUX. */
  /external/elfutils/tests/
elfstrtab.c 168 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
newdata.c 98 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 227 ECase(ELFOSABI_GNU)
228 ECase(ELFOSABI_GNU)
  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.c     [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* Alias for 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...]
  /external/kmod/port-gnu/
elf.h 142 #define ELFOSABI_GNU 3 /* Object uses GNU ELF extensions. */
143 #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 340 ELFOSABI_GNU = 3, // GNU/Linux
341 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 339 ELFOSABI_GNU = 3, // GNU/Linux
340 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 339 ELFOSABI_GNU = 3, // GNU/Linux
340 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 339 ELFOSABI_GNU = 3, // GNU/Linux
340 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 341 ELFOSABI_GNU = 3, // GNU/Linux
342 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU.
    [all...]

Completed in 139 milliseconds

1 2