HomeSort by relevance Sort by last modified time
    Searched refs:cputype (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/u-boot/board/renesas/ebisu/
ebisu.c 75 unsigned long midr, cputype; local
78 cputype = (midr >> 4) & 0xfff;
80 if (cputype == 0xd03)
82 else if (cputype == 0xd07)
  /external/u-boot/board/renesas/eagle/
eagle.c 99 unsigned long midr, cputype; local
102 cputype = (midr >> 4) & 0xfff;
104 if (cputype == 0xd03)
106 else if (cputype == 0xd07)
  /external/llvm/include/llvm/Object/
MachOUniversal.h 58 return Header.cputype;
60 return Header64.cputype;
95 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype);
99 MachOObjectFile::getArchTriple(Header64.cputype,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
MachOUniversal.h 58 return Header.cputype;
60 return Header64.cputype;
96 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype,
100 MachOObjectFile::getArchTriple(Header64.cputype,
  /external/u-boot/board/renesas/draak/
draak.c 121 unsigned long midr, cputype; local
124 cputype = (midr >> 4) & 0xfff;
126 if (cputype == 0xd03)
128 else if (cputype == 0xd07)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOUniversal.cpp 71 uint32_t cputype; local
74 cputype = Header.cputype;
77 cputype = Header64.cputype;
81 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index);
153 Err = malformedError("offset plus size of cputype (" +
162 "for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +
169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +
175 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ")
    [all...]
  /external/google-breakpad/src/common/mac/
macho_utilities.cc 65 mh->cputype = ByteSwap(mh->cputype);
arch_utilities.cc 63 arm64->cputype = CPU_TYPE_ARM64;
macho_walker.cc 89 valid_cpu_type = arch->cputype;
161 if (cpu_type != header.cputype ||
190 if (arch.cputype == cpu_type &&
macho_reader.cc 107 cursor >> objfile->cputype
135 if (!(cursor >> object_files_[0].cputype
macho_reader_unittest.cc 310 EXPECT_EQ(0x5e3a6e91, object_files[0].cputype);
342 EXPECT_EQ(0x0cb92c30, object_files[0].cputype);
349 EXPECT_EQ(0x0f3f1cbb, object_files[1].cputype);
356 EXPECT_EQ(0x3717276d, object_files[2].cputype);
379 EXPECT_EQ(0x1a9d0518, object_files[0].cputype);
401 EXPECT_EQ(0x5aff8487, object_files[0].cputype);
423 EXPECT_EQ(0x1a9d0518, object_files[0].cputype);
445 EXPECT_EQ(0x5aff8487, object_files[0].cputype);
    [all...]
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 148 file.cputype, file.cpusubtype);
165 if (!reader.Read(file_contents, file.cputype, file.cpusubtype)) {
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 235 fat_archs[i].cputype =
236 CFSwapInt32BigToHost(fat_archs[i].cputype);
249 if (fat_archs[i].cputype == cpu_type) {
  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 726 const char *cputype = ""; local
736 cputype = "imx6q";
739 cputype = "imx6dl";
740 env_set("soctype", cputype);
750 sprintf(fdt, "%s-%s.dtb", cputype, str);
758 sprintf(fdt, "%s-%s.dtb", cputype, str);
767 sprintf(fdt, "%s-%s.dtb", cputype, str);
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 78 Header.cputype = Obj.Header.cputype;
481 FatArch.cputype = Arch.cputype;
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 42 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FileHeader
118 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FatArch
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
MachOYAML.h 47 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FileHeader
127 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FatArch
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 171 Y->Header.cputype = Obj.getHeader().cputype;
487 arch.cputype = Slice.getCPUType();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 281 uint32_t cputype; member in struct:llvm::MachO::mach_header
291 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
625 uint32_t cputype; member in struct:llvm::MachO::fat_arch
677 // Constants for the cputype field.
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
macho2yaml.cpp 198 Y->Header.cputype = Obj.getHeader().cputype;
513 arch.cputype = Slice.getCPUType();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 356 uint32_t cputype = O->getHeader().cputype; local
357 if (cputype & MachO::CPU_ARCH_ABI64)
366 if (cputype & MachO::CPU_ARCH_ABI64)
465 static void PrintRType(const uint64_t cputype, const unsigned r_type) {
491 switch (cputype) {
509 static void PrintRLength(const uint64_t cputype, const unsigned r_type,
511 if (cputype == MachO::CPU_TYPE_ARM &&
535 if (cputype == MachO::CPU_TYPE_X86_64)
549 const uint64_t cputype,
727 const uint64_t cputype = O->getHeader().cputype; local
1351 uint32_t cputype = O->getHeader().cputype; local
1802 uint32_t cputype = OFA.getCPUType(); local
9755 uint32_t cputype = 0; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 494 uint32_t cputype; member in struct:llvm::MachO::mach_header
504 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
889 uint32_t cputype; member in struct:llvm::MachO::fat_arch
897 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
969 sys::swapByteOrder(mh.cputype);
977 sys::swapByteOrder(mh.cputype);
987 sys::swapByteOrder(mh.cputype);
997 sys::swapByteOrder(H.cputype);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 499 uint32_t cputype; member in struct:llvm::MachO::mach_header
509 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
923 uint32_t cputype; member in struct:llvm::MachO::fat_arch
931 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
994 sys::swapByteOrder(mh.cputype);
1002 sys::swapByteOrder(mh.cputype);
1012 sys::swapByteOrder(mh.cputype);
1022 sys::swapByteOrder(H.cputype);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 494 uint32_t cputype; member in struct:llvm::MachO::mach_header
504 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
897 uint32_t cputype; member in struct:llvm::MachO::fat_arch
905 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
977 sys::swapByteOrder(mh.cputype);
985 sys::swapByteOrder(mh.cputype);
995 sys::swapByteOrder(mh.cputype);
1005 sys::swapByteOrder(H.cputype);
    [all...]
  /external/u-boot/board/embest/mx6boards/
mx6boards.c 520 u32 cputype = cpu_type(get_cpu_rev()); local
522 switch (cputype) {
607 printf("unknown - cputype : %02x\n", cpu_type(get_cpu_rev()));

Completed in 812 milliseconds

1 2 3 4