Home
last modified time | relevance | path

Searched refs:cpu_subtype (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/mac/
H A Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument
57 switch (cpu_subtype) { in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType()
118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument
57 switch (cpu_subtype) { in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType()
118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/mac/
H A Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument
57 switch (cpu_subtype) { in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType()
118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument
57 switch (cpu_subtype) { in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType()
118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument
57 switch (cpu_subtype) { in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType()
118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument
57 switch (cpu_subtype) { in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType()
118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType()
123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/fat-macho-0.4.4/src/
H A Dwrite.rs47 cpu_subtype: u32, field
94 let cpu_subtype = header.cpusubtype; in add() localVariable
99 .find(|arch| arch.cpu_type == cpu_type && arch.cpu_subtype == cpu_subtype) in add()
116 cpu_subtype, in add()
135 cpu_subtype, in add()
153 cpu_subtype, in add()
173 return a.cpu_subtype.cmp(&b.cpu_subtype); in add()
263 if let Some((cpu_type, cpu_subtype)) = get_arch_from_flag(arch) { in remove()
267 .position(|arch| arch.cpu_type == cpu_type && arch.cpu_subtype == cpu_subtype) in remove()
281 .find(|arch| arch.cpu_type == cpu_type && arch.cpu_subtype == cpu_subtype) in exists()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/mac/
H A Dmacho_id.cc157 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
175 cpu_subtype_t cpu_subtype, in IDCommand() argument
179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
227 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
232 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
240 cpu_subtype_t cpu_subtype, in WalkHeader() argument
245 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/mac/
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
H A Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/common/mac/
H A Dmacho_id.cc155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
173 cpu_subtype_t cpu_subtype, in IDCommand() argument
177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
238 cpu_subtype_t cpu_subtype, in WalkHeader() argument
243 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]

12345678910>>...16