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

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c467 const NXArchInfo * host_arch; local
482 host_arch = NXGetLocalArchInfo();
483 target_arch = host_arch;
735 if (target_arch->byteorder != host_arch->byteorder)
754 if (target_arch->byteorder != host_arch->byteorder)
762 if (target_arch->byteorder != host_arch->byteorder) {
823 if (target_arch->byteorder != host_arch->byteorder)
853 if (target_arch->byteorder != host_arch->byteorder)
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c356 const NXArchInfo *host_arch = NULL;
360 host_arch = NXGetLocalArchInfo();
361 require_action(host_arch, finish, rval=KERN_FAILURE);
363 object->host_order = host_arch->byteorder;
372 object->cputype = host_arch->cputype;

Completed in 78 milliseconds