/third_party/uboot/u-boot-2020.01/drivers/remoteproc/ |
D | rproc-elf-loader.c | 28 class = ehdr->e_ident[EI_CLASS]; 84 class = ehdr->e_ident[EI_CLASS]; 134 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) 250 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) 274 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
|
/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/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_firmware.c | 49 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32) { in pfe_load_elf() 51 elf_hdr->e_ident[EI_CLASS]); in pfe_load_elf()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | prelink-riscv.c | 106 bool is64 = e_ident[EI_CLASS] == ELFCLASS64; in main()
|
D | mips-relocs.c | 247 switch (ehdr32->e_ident[EI_CLASS]) { in main()
|
D | zynqmpbif.c | 660 switch (ehdr32->e_ident[EI_CLASS]) { in bif_add_elf() 671 printf("Unknown ELF class: %d\n", ehdr32->e_ident[EI_CLASS]); in bif_add_elf()
|
/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/uboot/u-boot-2020.01/cmd/ |
D | elf.c | 155 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_elf_image_phdr() 189 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_elf_image_shdr()
|
/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/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/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/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/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/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/win/ |
D | freebsd-elf_common.h | 57 #define EI_CLASS 4 /* Class of machine. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 57 #define EI_CLASS 4 /* Class of machine. */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 39 #define EI_CLASS 4 /* file class */ 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/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
|