HomeSort by relevance Sort by last modified time
    Searched defs:EI_NIDENT (Results 1 - 25 of 38) sorted by null

1 2

  /external/minijail/
elfparse.h 21 #if !defined(EI_NIDENT)
22 #define EI_NIDENT (16)
28 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
46 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 34 private static final int EI_NIDENT = 16;
199 if (mFile.length() < EI_NIDENT) {
225 mFile.readFully(mBuffer, 0, EI_NIDENT);
  /external/syslinux/gpxe/src/include/
elf.h 6 #define EI_NIDENT 16 /* Size of e_ident array. */
172 unsigned char e_ident[EI_NIDENT]; /* File identification. */
189 unsigned char e_ident[EI_NIDENT]; /* File identification. */
  /toolchain/binutils/binutils-2.27/include/elf/
internal.h 65 #define EI_NIDENT 16 /* Size of e_ident[] */
68 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 36 private static final int EI_NIDENT = 16;
594 if (mFile.length() < EI_NIDENT) {
620 mFile.readFully(mBuffer, 0, EI_NIDENT);
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 169 #define EI_NIDENT 16
171 unsigned char e_ident[EI_NIDENT];
187 unsigned char e_ident[EI_NIDENT];
  /external/kernel-headers/original/uapi/linux/
elf.h 202 #define EI_NIDENT 16
205 unsigned char e_ident[EI_NIDENT];
222 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
  /external/syslinux/com32/include/sys/
elfcommon.h 273 #define EI_NIDENT 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 210 #define EI_NIDENT 16
213 unsigned char e_ident[EI_NIDENT];
230 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 89 EI_NIDENT = 16
350 ident [EI_NIDENT]uint8
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 89 EI_NIDENT = 16
350 ident [EI_NIDENT]uint8
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 60 EI_NIDENT = 16 // Number of bytes in e_ident.
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 60 EI_NIDENT = 16 // Number of bytes in e_ident.
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 60 EI_NIDENT = 16 // Number of bytes in e_ident.
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 60 EI_NIDENT = 16 // Number of bytes in e_ident.
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 58 EI_NIDENT = 16 // Number of bytes in e_ident.
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]

Completed in 883 milliseconds

1 2