Lines Matching refs:byteorder
603 header->byteorder = BFD_ENDIAN_BIG; in bfd_mach_o_read_header()
609 header->byteorder = BFD_ENDIAN_LITTLE; in bfd_mach_o_read_header()
615 header->byteorder = BFD_ENDIAN_UNKNOWN; in bfd_mach_o_read_header()
1560 mdata->header.byteorder = BFD_ENDIAN_UNKNOWN; in bfd_mach_o_mkobject()
1581 if (! (header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p()
1582 || header.byteorder == BFD_ENDIAN_LITTLE)) in bfd_mach_o_object_p()
1585 (long) header.byteorder); in bfd_mach_o_object_p()
1589 if (! ((header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p()
1590 && abfd->xvec->byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p()
1592 || (header.byteorder == BFD_ENDIAN_LITTLE in bfd_mach_o_object_p()
1593 && abfd->xvec->byteorder == BFD_ENDIAN_LITTLE in bfd_mach_o_object_p()
1628 if (! (header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_core_p()
1629 || header.byteorder == BFD_ENDIAN_LITTLE)) in bfd_mach_o_core_p()
1632 (long) header.byteorder); in bfd_mach_o_core_p()
1636 if (! ((header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_core_p()
1637 && abfd->xvec->byteorder == BFD_ENDIAN_BIG in bfd_mach_o_core_p()
1639 || (header.byteorder == BFD_ENDIAN_LITTLE in bfd_mach_o_core_p()
1640 && abfd->xvec->byteorder == BFD_ENDIAN_LITTLE in bfd_mach_o_core_p()