Home
last modified time | relevance | path

Searched refs:byteorder (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/SETUP/kextsymboltool/
H A Dkextsymboltool.c762 if (target_arch->byteorder != host_arch->byteorder) { in main()
763 swap_mach_header_64(&hdr, target_arch->byteorder); in main()
764 swap_segment_command_64(&segcmd, target_arch->byteorder); in main()
800 if (target_arch->byteorder != host_arch->byteorder) { in main()
801 swap_mach_header(&hdr, target_arch->byteorder); in main()
802 swap_segment_command(&segcmd, target_arch->byteorder); in main()
815 if (target_arch->byteorder != host_arch->byteorder) { in main()
816 swap_symtab_command(&symcmd, target_arch->byteorder); in main()
817 swap_uuid_command(&uuidcmd, target_arch->byteorder); in main()
876 if (target_arch->byteorder != host_arch->byteorder) { in main()
[all …]
/xnu-8019.80.24/osfmk/kern/
H A Dmach_node.c135 localnode->info.byteorder = OSHostByteOrder(); in mach_node_table_init()
175 msg.byteorder = node->info.byteorder; in mach_node_publish()
286 if ((node->info.byteorder != OSHostByteOrder()) || in mach_node_register()
289 node->info.byteorder, node->info.datamodel); in mach_node_register()
H A Dmach_node_link.h66 uint8_t byteorder; // See libkern/OSByteOrder.h member
H A Dmach_node.h65 uint8_t byteorder; // Uses defines from libkern/OSByteOrder.h member
/xnu-8019.80.24/bsd/kern/
H A Dkern_mib.c809 SYSCTL_INT(_hw, HW_BYTEORDER, byteorder, CTLFLAG_RD | CTLFLAG_KERN | CTLFLAG_LOCKED, (int *)NULL, B…
/xnu-8019.80.24/libkern/kxld/
H A Dkxld_object.c415 object->host_order = host_arch->byteorder; in get_target_machine_info()