HomeSort by: relevance | last modified time | path
    Searched refs:cpusubtype (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 236 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) {
237 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK;
242 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64;
243 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H;
247 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6;
248 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7;
249 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S;
250 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K;
302 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype);
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp 240 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) {
241 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK;
246 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64;
247 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H;
251 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6;
252 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7;
253 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S;
254 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K;
306 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype);
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp 266 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) {
267 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK;
272 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64;
273 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H;
277 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6;
278 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7;
279 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S;
280 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K;
337 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversalWriter.cpp 78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType,
80 : B(&A), CPUType(CPUType), CPUSubType(CPUSubType),
85 CPUSubType(O.getHeader().cpusubtype),
89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType,
91 : B(&IRO), CPUType(CPUType), CPUSubType(CPUSubType),
138 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) !=
139 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h 68 return Header.cpusubtype;
70 return Header64.cpusubtype;
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 28 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_external
388 unsigned char cpusubtype[4]; member in struct:mach_o_fat_arch_external
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 28 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_external
388 unsigned char cpusubtype[4]; member in struct:mach_o_fat_arch_external
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 28 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_external
388 unsigned char cpusubtype[4]; member in struct:mach_o_fat_arch_external
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 28 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_external
388 unsigned char cpusubtype[4]; member in struct:mach_o_fat_arch_external
  /src/sys/arch/vax/include/
sid.h 35 #define cpusubtype vax_boardtype macro
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
811 ret->cpusubtype = omr->cpusubtype;
900 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
901 attrs->cpusubtype);
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 64 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FileHeader
144 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FatArch
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOEmitter.cpp 86 Header.cpusubtype = Obj.Header.cpusubtype;
584 FatArch.cpusubtype = Arch.cpusubtype;
  /src/external/gpl3/binutils/dist/bfd/
mach-o-aarch64.c 67 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM64_ALL;
mach-o-arm.c 65 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM_ALL;
mach-o-x86-64.c 56 mdata->header.cpusubtype =
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o-aarch64.c 67 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM64_ALL;
mach-o-arm.c 65 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM_ALL;
mach-o-x86-64.c 56 mdata->header.cpusubtype =
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 53 uint32_t cpusubtype; /* CPU subtype */ member in struct:macho_header_32
66 uint32_t cpusubtype; /* CPU subtype */ member in struct:macho_header_64
104 uint32_t cpusubtype; /* CPU subtype */ member in struct:macho_fat_arch
117 uint32_t cpusubtype; /* CPU subtype */ member in struct:macho_fat_arch_64
838 /* FIXME: What about cpusubtype? */

Completed in 80 milliseconds

1 2 3