Lines Matching refs:target_order
56 enum NXByteOrder target_order);
58 enum NXByteOrder target_order);
646 enum NXByteOrder target_order) in unswap_macho() argument
655 unswap_macho_32(file, host_order, target_order); in unswap_macho()
657 unswap_macho_64(file, host_order, target_order); in unswap_macho()
665 enum NXByteOrder target_order) in unswap_macho_32() argument
680 if (target_order == host_order) { in unswap_macho_32()
699 swap_section(sects, seg_hdr->nsects, target_order); in unswap_macho_32()
700 swap_segment_command(seg_hdr, target_order); in unswap_macho_32()
706 swap_nlist(symtab, symtab_hdr->nsyms, target_order); in unswap_macho_32()
707 swap_symtab_command(symtab_hdr, target_order); in unswap_macho_32()
711 swap_load_command(load_hdr, target_order); in unswap_macho_32()
716 (void) swap_mach_header(mach_hdr, target_order); in unswap_macho_32()
723 enum NXByteOrder target_order) in unswap_macho_64() argument
738 if (target_order == host_order) { in unswap_macho_64()
757 swap_section_64(sects, seg_hdr->nsects, target_order); in unswap_macho_64()
758 swap_segment_command_64(seg_hdr, target_order); in unswap_macho_64()
764 swap_nlist_64(symtab, symtab_hdr->nsyms, target_order); in unswap_macho_64()
765 swap_symtab_command(symtab_hdr, target_order); in unswap_macho_64()
769 swap_load_command(load_hdr, target_order); in unswap_macho_64()
774 (void) swap_mach_header_64(mach_hdr, target_order); in unswap_macho_64()