Searched refs:host_arch (Results 1 - 5 of 5) sorted by path

/macosx-10.10.1/dtrace-147/head/
H A Darch.h93 #define host_arch CPU_TYPE_I386 macro
95 #define host_arch CPU_TYPE_X86_64 macro
97 #define host_arch CPU_TYPE_ARM macro
99 #define host_arch CPU_TYPE_ARM64 macro
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ld.cpp828 if(needs_swapping(host_arch, cpu))
/macosx-10.10.1/llvmCore-3425.0.34/
H A Dconfigure3934 i?86-*) host_arch="x86" ;;
3935 amd64-* | x86_64-*) host_arch="x86_64" ;;
3936 sparc*-*) host_arch="Sparc" ;;
3937 powerpc*-*) host_arch="PowerPC" ;;
3938 arm*-*) host_arch="ARM" ;;
3939 mips-*) host_arch="Mips" ;;
3940 mipsel-*) host_arch="Mips" ;;
3941 xcore-*) host_arch="XCore" ;;
3942 msp430-*) host_arch="MSP430" ;;
3943 hexagon-*) host_arch
[all...]
/macosx-10.10.1/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c482 const NXArchInfo * host_arch; local
497 host_arch = NXGetLocalArchInfo();
498 target_arch = host_arch;
765 if (target_arch->byteorder != host_arch->byteorder)
805 if (target_arch->byteorder != host_arch->byteorder)
819 if (target_arch->byteorder != host_arch->byteorder) {
884 if (target_arch->byteorder != host_arch->byteorder)
914 if (target_arch->byteorder != host_arch->byteorder)
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_object.c354 const NXArchInfo *host_arch = NULL;
358 host_arch = NXGetLocalArchInfo();
359 require_action(host_arch, finish, rval=KERN_FAILURE);
361 object->host_order = host_arch->byteorder;
370 object->cputype = host_arch->cputype;

Completed in 424 milliseconds