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

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c468 const NXArchInfo * target_arch; local
483 target_arch = host_arch;
511 target_arch = NXGetArchInfoFromName(argv[i + 1]);
512 if (!target_arch)
720 if (CPU_ARCH_ABI64 & target_arch->cputype)
724 hdr.cputype = target_arch->cputype;
725 hdr.cpusubtype = target_arch->cpusubtype;
735 if (target_arch->byteorder != host_arch->byteorder)
736 swap_mach_header_64(&hdr, target_arch->byteorder);
743 hdr.cputype = target_arch
[all...]

Completed in 17 milliseconds