Searched refs:cputype (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DMachOHeader.java39 header.putInt(mach_header_64.cputype.off, MachOTargetInfo.getMachOArch());
H A DMachO.java48 cputype( 4, 4), enum constant in enum:MachO.mach_header_64
79 * cputype
/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dlibproc_impl.c106 bool get_arch_off(int fd, cpu_type_t cputype, off_t *offset) { argument
121 if (ntohl(fatarch.cputype) == cputype) {
H A Dlibproc_impl.h187 bool get_arch_off(int fd, cpu_type_t cputype, off_t *offset);
/openjdk10/common/autoconf/build-aux/
H A Dautoconf-config.guess1300 # "uname -m" is not consistent, so use $cputype instead. 386
1303 if test "$cputype" = "386"; then
1306 UNAME_MACHINE="$cputype"

Completed in 33 milliseconds