Home
last modified time | relevance | path

Searched refs:cpusubtype (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc234 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType() argument
235 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK; in ModuleArchFromCpuType()
240 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64; in ModuleArchFromCpuType()
241 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H; in ModuleArchFromCpuType()
245 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6; in ModuleArchFromCpuType()
246 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7; in ModuleArchFromCpuType()
247 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S; in ModuleArchFromCpuType()
248 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K; in ModuleArchFromCpuType()
300 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype); in Next()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc236 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType() argument
237 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK; in ModuleArchFromCpuType()
242 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64; in ModuleArchFromCpuType()
243 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H; in ModuleArchFromCpuType()
247 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6; in ModuleArchFromCpuType()
248 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7; in ModuleArchFromCpuType()
249 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S; in ModuleArchFromCpuType()
250 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K; in ModuleArchFromCpuType()
302 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype); in Next()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp240 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType() argument
241 cpusubtype = cpusubtype & ~CPU_SUBTYPE_MASK; in ModuleArchFromCpuType()
246 if (cpusubtype == CPU_SUBTYPE_X86_64_ALL) return kModuleArchX86_64; in ModuleArchFromCpuType()
247 if (cpusubtype == CPU_SUBTYPE_X86_64_H) return kModuleArchX86_64H; in ModuleArchFromCpuType()
251 if (cpusubtype == CPU_SUBTYPE_ARM_V6) return kModuleArchARMV6; in ModuleArchFromCpuType()
252 if (cpusubtype == CPU_SUBTYPE_ARM_V7) return kModuleArchARMV7; in ModuleArchFromCpuType()
253 if (cpusubtype == CPU_SUBTYPE_ARM_V7S) return kModuleArchARMV7S; in ModuleArchFromCpuType()
254 if (cpusubtype == CPU_SUBTYPE_ARM_V7K) return kModuleArchARMV7K; in ModuleArchFromCpuType()
306 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype); in Next()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOUniversalWriter.cpp85 CPUSubType(O.getHeader().cpusubtype), in Slice()
138 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) != in create()
139 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) { in create()
144 Twine(O->getHeader().cpusubtype) + in create()
147 Twine(MFO->getHeader().cpusubtype) + in create()
256 FatArch.cpusubtype = S.getCPUSubType(); in buildFatArchList()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c52 unsigned char cpusubtype[4]; /* CPU subtype. */ member
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member
199 unsigned int cpusubtype; member
219 unsigned int cpusubtype; member
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
329 cpusubtype)); in simple_object_mach_o_match()
822 ret->cpusubtype = omr->cpusubtype; in simple_object_mach_o_fetch_attributes()
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype), in simple_object_mach_o_write_header()
912 attrs->cpusubtype); in simple_object_mach_o_write_header()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c52 unsigned char cpusubtype[4]; /* CPU subtype. */ member
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member
199 unsigned int cpusubtype; member
219 unsigned int cpusubtype; member
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
329 cpusubtype)); in simple_object_mach_o_match()
822 ret->cpusubtype = omr->cpusubtype; in simple_object_mach_o_fetch_attributes()
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype), in simple_object_mach_o_write_header()
912 attrs->cpusubtype); in simple_object_mach_o_write_header()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c52 unsigned char cpusubtype[4]; /* CPU subtype. */ member
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member
199 unsigned int cpusubtype; member
219 unsigned int cpusubtype; member
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
329 cpusubtype)); in simple_object_mach_o_match()
822 ret->cpusubtype = omr->cpusubtype; in simple_object_mach_o_fetch_attributes()
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype), in simple_object_mach_o_write_header()
912 attrs->cpusubtype); in simple_object_mach_o_write_header()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c52 unsigned char cpusubtype[4]; /* CPU subtype. */ member
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member
199 unsigned int cpusubtype; member
219 unsigned int cpusubtype; member
327 omr->cpusubtype = (*fetch_32) (b in simple_object_mach_o_match()
329 cpusubtype)); in simple_object_mach_o_match()
822 ret->cpusubtype = omr->cpusubtype; in simple_object_mach_o_fetch_attributes()
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype), in simple_object_mach_o_write_header()
912 attrs->cpusubtype); in simple_object_mach_o_write_header()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachOUniversal.h68 return Header.cpusubtype; in getCPUSubType()
70 return Header64.cpusubtype; in getCPUSubType()
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h28 unsigned char cpusubtype[4]; /* CPU subtype. */ member
388 unsigned char cpusubtype[4]; member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h28 unsigned char cpusubtype[4]; /* CPU subtype. */ member
388 unsigned char cpusubtype[4]; member
/netbsd-src/sys/arch/vax/include/
H A Dsid.h35 #define cpusubtype vax_boardtype macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp86 Header.cpusubtype = Obj.Header.cpusubtype; in writeHeader()
584 FatArch.cpusubtype = Arch.cpusubtype; in constructFatArch()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1869 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype, in checkMachOAndArchFlags()
1873 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype, in checkMachOAndArchFlags()
2008 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { in printUnknownCPUType() argument
2010 outs() << " cpusubtype (" << cpusubtype << ")\n"; in printUnknownCPUType()
2015 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { in printCPUType() argument
2018 switch (cpusubtype) { in printCPUType()
2024 printUnknownCPUType(cputype, cpusubtype); in printCPUType()
2029 switch (cpusubtype) { in printCPUType()
2039 printUnknownCPUType(cputype, cpusubtype); in printCPUType()
2044 switch (cpusubtype) { in printCPUType()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h512 uint32_t cpusubtype; member
522 uint32_t cpusubtype; member
941 uint32_t cpusubtype; member
949 uint32_t cpusubtype; member
1012 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1020 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1030 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1040 sys::swapByteOrder(H.cpusubtype); in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h64 llvm::yaml::Hex32 cpusubtype; member
144 llvm::yaml::Hex32 cpusubtype; member
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c53 uint32_t cpusubtype; /* CPU subtype */ member
66 uint32_t cpusubtype; /* CPU subtype */ member
104 uint32_t cpusubtype; /* CPU subtype */ member
117 uint32_t cpusubtype; /* CPU subtype */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d31 int cpusubtype; in version() member
69 int cpusubtype; in version() member
2581 int cpusubtype; member
2598 int cpusubtype; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c630 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer) in cpusubtype() function
711 fprintf (file, _(" cpusubtype: %#lx%s\n"), (long) mdata->header.cpusubtype, in bfd_mach_o_bfd_print_private_bfd_data()
712 cpusubtype (mdata->header.cputype, mdata->header.cpusubtype, buff)); in bfd_mach_o_bfd_print_private_bfd_data()
758 omdata->header.cpusubtype = imdata->header.cpusubtype; in bfd_mach_o_bfd_copy_private_header_data()
1252 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype); in bfd_mach_o_write_header()
3506 header->cpusubtype = (*get32) (raw.cpusubtype); in bfd_mach_o_read_header()
5268 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype, in bfd_mach_o_scan()
5275 header->cputype, header->cpusubtype); in bfd_mach_o_scan()
5348 mdata->header.cpusubtype = 0; in bfd_mach_o_mkobject_init()
5374 mdata->header.cpusubtype = 0; in bfd_mach_o_gen_mkobject()
[all …]
H A Dmach-o-aarch64.c67 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM64_ALL; in bfd_mach_o_arm64_mkobject()
H A Dmach-o-arm.c65 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM_ALL; in bfd_mach_o_arm_mkobject()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c621 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer) in cpusubtype() function
702 fprintf (file, _(" cpusubtype: %#lx%s\n"), (long) mdata->header.cpusubtype, in bfd_mach_o_bfd_print_private_bfd_data()
703 cpusubtype (mdata->header.cputype, mdata->header.cpusubtype, buff)); in bfd_mach_o_bfd_print_private_bfd_data()
749 omdata->header.cpusubtype = imdata->header.cpusubtype; in bfd_mach_o_bfd_copy_private_header_data()
1253 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype); in bfd_mach_o_write_header()
3489 header->cpusubtype = (*get32) (raw.cpusubtype); in bfd_mach_o_read_header()
5241 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype, in bfd_mach_o_scan()
5248 header->cputype, header->cpusubtype); in bfd_mach_o_scan()
5321 mdata->header.cpusubtype = 0; in bfd_mach_o_mkobject_init()
5347 mdata->header.cpusubtype = 0; in bfd_mach_o_gen_mkobject()
[all …]
H A Dmach-o-aarch64.c67 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM64_ALL; in bfd_mach_o_arm64_mkobject()
H A Dmach-o-arm.c65 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM_ALL; in bfd_mach_o_arm_mkobject()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp293 Y->Header.cpusubtype = Obj.getHeader().cpusubtype; in dumpHeader()
615 arch.cpusubtype = Slice.getCPUSubType(); in macho2yaml()

12345