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

1 2

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 13 'ei_class ei_data ei_version ei_osabi e_type e_machine e_version '
64 EI_CLASS = 4
112 ei_class = _extract_buf_byte(buf, EI_CLASS)
113 if ei_class not in (ELFCLASS32, ELFCLASS64):
115 is_32bit = ei_class == ELFCLASS32
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 36 private static final int EI_CLASS = 4;
232 int elfClass = mBuffer[EI_CLASS];
238 throw new IOException("Invalid ELF EI_CLASS: " + elfClass + ": " + mPath);
265 throw new IOException("Invalid e_machine/EI_CLASS ELF combination: " +
  /external/syslinux/gpxe/src/include/
elf.h 128 #define EI_CLASS 4 /* File class byte index */
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 99 #define EI_CLASS 4 /* File class */
318 unsigned char ei_class; member in struct:simple_object_elf_read
342 unsigned char ei_class; member in struct:simple_object_elf_attributes
360 unsigned char ei_class; local
384 ei_class = header[EI_CLASS];
385 switch (ei_class)
418 eor->ei_class = ei_class;
420 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr
497 unsigned char ei_class = eor->ei_class; local
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 38 private static final int EI_CLASS = 4;
629 int elfClass = mBuffer[EI_CLASS];
635 throw new IOException("Invalid ELF EI_CLASS: " + elfClass + ": " + mPath);
665 "Invalid e_machine/EI_CLASS ELF combination: "
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 284 #define EI_CLASS 4
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 279 'ei_class ei_data ei_version ei_osabi e_type e_machine e_version '
336 EI_CLASS = 4
406 __slots__ = ('ei_class', 'ei_data', 'e_machine', 'dt_rpath', 'dt_runpath',
412 def __init__(self, ei_class=ELFCLASSNONE, ei_data=ELFDATANONE, e_machine=0,
417 self.ei_class = ei_class
442 return self._ELF_CLASS_NAMES.get(self.ei_class, 'None')
454 return self.ei_class == ELF.ELFCLASS32
458 return self.ei_class == ELF.ELFCLASS64
472 print('EI_CLASS\t' + self.elf_class_name, file=file
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 333 #define EI_CLASS 4
346 #define ELFCLASSNONE 0 /* EI_CLASS */
  /external/syslinux/com32/include/sys/
elfcommon.h 280 #define EI_CLASS 4
293 #define ELFCLASSNONE 0 /* EI_CLASS */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 338 #define EI_CLASS 4
351 #define ELFCLASSNONE 0 /* EI_CLASS */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 82 EI_CLASS = 4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 82 EI_CLASS = 4
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 54 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 54 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 54 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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/darwin-x86/clang-4479392/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/darwin-x86/clang-4579689/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/darwin-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/darwin-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/darwin-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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 54 EI_CLASS = 4, // File class.
81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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...]

Completed in 1499 milliseconds

1 2