Lines Matching refs:target_order
52 enum NXByteOrder target_order);
54 enum NXByteOrder target_order);
642 enum NXByteOrder target_order) in unswap_macho() argument
651 unswap_macho_32(file, host_order, target_order); in unswap_macho()
653 unswap_macho_64(file, host_order, target_order); in unswap_macho()
661 enum NXByteOrder target_order) in unswap_macho_32() argument
676 if (target_order == host_order) { in unswap_macho_32()
695 swap_section(sects, seg_hdr->nsects, target_order); in unswap_macho_32()
696 swap_segment_command(seg_hdr, target_order); in unswap_macho_32()
702 swap_nlist(symtab, symtab_hdr->nsyms, target_order); in unswap_macho_32()
703 swap_symtab_command(symtab_hdr, target_order); in unswap_macho_32()
707 swap_load_command(load_hdr, target_order); in unswap_macho_32()
712 (void) swap_mach_header(mach_hdr, target_order); in unswap_macho_32()
719 enum NXByteOrder target_order) in unswap_macho_64() argument
734 if (target_order == host_order) { in unswap_macho_64()
753 swap_section_64(sects, seg_hdr->nsects, target_order); in unswap_macho_64()
754 swap_segment_command_64(seg_hdr, target_order); in unswap_macho_64()
760 swap_nlist_64(symtab, symtab_hdr->nsyms, target_order); in unswap_macho_64()
761 swap_symtab_command(symtab_hdr, target_order); in unswap_macho_64()
765 swap_load_command(load_hdr, target_order); in unswap_macho_64()
770 (void) swap_mach_header_64(mach_hdr, target_order); in unswap_macho_64()