HomeSort by relevance Sort by last modified time
    Searched refs:EI_CLASS (Results 26 - 50 of 77) sorted by null

12 3 4

  /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: " +
  /cts/common/device-side/util-axt/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: " +
  /art/runtime/
elf_file.cc 440 if (elf_class != header_->e_ident[EI_CLASS]) {
441 *error_msg = StringPrintf("Failed to find expected EI_CLASS value %d in %s, found %d",
444 header_->e_ident[EI_CLASS]);
451 header_->e_ident[EI_CLASS]);
458 header_->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...]
  /external/elfutils/libdwfl/
link_map.c 629 size_t buffer_available = addrsize (ehdr.e_ident[EI_CLASS]);
645 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32)
656 *elfclass = ehdr.e_ident[EI_CLASS];
657 else if (*elfclass != ehdr.e_ident[EI_CLASS])
  /external/elfutils/tests/
asm-tst9.c 47 [EI_CLASS] = ELFCLASS32,
  /external/kmod/testsuite/
init_module.c 222 return p[EI_CLASS];
  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 107 if (hdr->e_ident[EI_CLASS] !=
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 836 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
918 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
939 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
946 return (EF.getHeader()->e_ident[ELF::EI_CLASS] == ELF::ELFCLASS64
  /bionic/libc/kernel/uapi/linux/
elf.h 284 #define EI_CLASS 4
  /external/kernel-headers/original/uapi/linux/
elf.h 333 #define EI_CLASS 4
346 #define ELFCLASSNONE 0 /* EI_CLASS */
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h 232 EI_CLASS,
  /external/u-boot/cmd/
elf.c 77 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 728 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64
734 *pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
    [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-7.0/llvm/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...]
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 1003 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) {
    [all...]
  /external/elfutils/libdw/
cfi.c 363 unsigned int address_size = (cache->e_ident[EI_CLASS] == ELFCLASS32
  /external/elfutils/libelf/
elf32_updatenull.c 62 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
  /external/u-boot/include/
elf.h 39 #define EI_CLASS 4 /* file class */
  /external/u-boot/tools/
mips-relocs.c 249 switch (ehdr32->e_ident[EI_CLASS]) {
zynqmpbif.c 651 switch (ehdr32->e_ident[EI_CLASS]) {
662 printf("Unknown ELF class: %d\n", ehdr32->e_ident[EI_CLASS]);
  /external/elfutils/src/
readelf.c 1048 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? "ELF32"
1049 : ehdr->e_ident[EI_CLASS] == ELFCLASS64 ? "ELF64"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 285 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
    [all...]

Completed in 943 milliseconds

12 3 4