HomeSort by relevance Sort by last modified time
    Searched defs:EI_CLASS (Results 26 - 40 of 40) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 52 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
107 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 52 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
107 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 52 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
107 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 72 #define EI_CLASS 4 /* Class of machine. */
93 /* Values for e_ident[EI_CLASS]. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 72 #define EI_CLASS 4 /* Class of machine. */
93 /* Values for e_ident[EI_CLASS]. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 53 EI_CLASS = 4, // File class.
80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
104 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 84 const int EI_CLASS = 4;
99 // The valid values found in Ehdr e_ident[EI_CLASS].
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 47 #define EI_CLASS 4 /* File class */
    [all...]
  /art/runtime/
elf.h 53 EI_CLASS = 4, // File class.
90 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
114 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 52 EI_CLASS = 4 /* Class of machine. */
80 // Class is found in Header.Ident[EI_CLASS] and Header.Class.
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 52 EI_CLASS = 4 /* Class of machine. */
80 // Class is found in Header.Ident[EI_CLASS] and Header.Class.
    [all...]
  /external/elfutils/libelf/
elf.h 123 #define EI_CLASS 4 /* File class byte index */
    [all...]
  /external/kmod/port-gnu/
elf.h 122 #define EI_CLASS 4 /* File class byte index */
    [all...]
  /external/valgrind/perf/
tinycc.c 206 #define EI_CLASS 4 /* File class byte index */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 125 #define EI_CLASS 4 /* File class byte index */
    [all...]

Completed in 1936 milliseconds

12