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

  /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/include/elf/
common.h 63 #define ELFOSABI_GNU 3 /* GNU */
64 #define ELFOSABI_LINUX 3 /* 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...]
  /art/runtime/
elf.h 318 ELFOSABI_GNU = 3, // GNU/Linux
319 ELFOSABI_LINUX = 3, // Historical 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...]
  /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...]

Completed in 324 milliseconds