Home
last modified time | relevance | path

Searched refs:EI_CLASS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/drivers/remoteproc/
Drproc-elf-loader.c28 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.c84 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/
Dpfe_firmware.c49 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/
Dprelink-riscv.c106 bool is64 = e_ident[EI_CLASS] == ELFCLASS64; in main()
Dmips-relocs.c247 switch (ehdr32->e_ident[EI_CLASS]) { in main()
Dzynqmpbif.c660 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/
Delfxx.h78 && ((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/
DELF.h54 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/
Delf.c155 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/
DELF.h51 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/
Dpkg_genc.cpp732 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/
Dpkg_genc.cpp827 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/
Dpkg_genc.cpp827 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/
Dpkg_genc.cpp827 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/
Delf_mem_image.cc171 int elf_class = base_as_char[EI_CLASS]; in Init()
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc171 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/
DAMDGPULibFunc.h231 EI_CLASS, enumerator
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h57 #define EI_CLASS 4 /* Class of machine. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h57 #define EI_CLASS 4 /* Class of machine. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h39 #define EI_CLASS 4 /* file class */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h1058 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()
DELFTypes.h477 unsigned char getFileClass() const { return e_ident[ELF::EI_CLASS]; }
DELF.h43 return std::make_pair((uint8_t)Object[ELF::EI_CLASS], in getElfArchType()
/third_party/musl/include/
Delf.h87 #define EI_CLASS 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h87 #define EI_CLASS 4 macro

12