/third_party/libunwind/src/coredump/ |
D | _UCD_create.c | 84 if (elf_header32.e_ident[EI_CLASS] != ELFCLASS32 in _UCD_create() 85 && elf_header32.e_ident[EI_CLASS] != ELFCLASS64) in _UCD_create() 97 _64bits = (elf_header32.e_ident[EI_CLASS] == ELFCLASS64); in _UCD_create()
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 88 header.e_ident[EI_CLASS] = elf_header_impl_types<T>::file_class; in elf_header_impl() 124 ELFIO_GET_ACCESS( unsigned char, class, header.e_ident[EI_CLASS] );
|
D | elfio.hpp | 119 if ( ( e_ident[EI_CLASS] != ELFCLASS64 ) && in load() 120 ( e_ident[EI_CLASS] != ELFCLASS32 ) ) { in load() 125 header = create_header( e_ident[EI_CLASS], e_ident[EI_DATA] ); in load()
|
D | elf_types.hpp | 352 #define EI_CLASS 4 macro
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 103 if (hdr->e_ident[EI_CLASS] != in vdso_init_from_sysinfo_ehdr() 111 && hdr->e_ident[EI_CLASS] == ELFCLASS64) in vdso_init_from_sysinfo_ehdr()
|
/third_party/libunwind/src/ |
D | elfxx.h | 78 && ((uint8_t *) ei->image)[EI_CLASS] == UNW_ELF_CLASS in elf_w()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 54 EI_CLASS = 4, // File class. enumerator 81 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() 105 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 51 EI_CLASS = 4, // File class. enumerator 80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass() 106 unsigned char getFileClass() const { return e_ident[EI_CLASS]; } in getFileClass()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 732 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 738 …*pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above… in getArchitecture()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 827 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 833 …*pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above… in getArchitecture()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 827 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 833 …*pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above… in getArchitecture()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 827 buffer.header32.e_ident[EI_CLASS]<ELFCLASS32 || buffer.header32.e_ident[EI_CLASS]>ELFCLASS64 in getArchitecture() 833 …*pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above… in getArchitecture()
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 171 int elf_class = base_as_char[EI_CLASS]; in Init()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 171 int elf_class = base_as_char[EI_CLASS]; in Init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.h | 231 EI_CLASS, enumerator
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 57 #define EI_CLASS 4 /* Class of machine. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 57 #define EI_CLASS 4 /* Class of machine. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 1058 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) { in getFileFormatName() 1141 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) { in getArch() 1156 switch (EF.getHeader()->e_ident[ELF::EI_CLASS]) { in getArch()
|
D | ELFTypes.h | 477 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
|
D | ELF.h | 43 return std::make_pair((uint8_t)Object[ELF::EI_CLASS], in getElfArchType()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 87 #define EI_CLASS 4 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 87 #define EI_CLASS 4 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 87 #define EI_CLASS 4 macro
|
/third_party/musl/include/ |
D | elf.h | 87 #define EI_CLASS 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 87 #define EI_CLASS 4 macro
|