Searched refs:BFD_ENDIAN_UNKNOWN (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Ddis-init.c32 info->endian = BFD_ENDIAN_UNKNOWN;
41 info->display_endian = BFD_ENDIAN_UNKNOWN;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Darch-utils.c374 return BFD_ENDIAN_UNKNOWN;
614 if (info.byte_order == BFD_ENDIAN_UNKNOWN
630 if (info.byte_order == BFD_ENDIAN_UNKNOWN)
640 if (info.byte_order == BFD_ENDIAN_UNKNOWN)
687 info->byte_order = BFD_ENDIAN_UNKNOWN;
713 if (info->byte_order == BFD_ENDIAN_UNKNOWN
718 if (info->byte_order == BFD_ENDIAN_UNKNOWN
722 : BFD_ENDIAN_UNKNOWN);
724 if (info->byte_order == BFD_ENDIAN_UNKNOWN
H A Dremote-sim.c516 case BFD_ENDIAN_UNKNOWN:
H A Dgdbarch.sh1102 /* Use default: BFD_ENDIAN_UNKNOWN (NB: is not ZERO). */
1538 if (current_gdbarch->byte_order == BFD_ENDIAN_UNKNOWN)
H A Dmips-tdep.c306 case BFD_ENDIAN_UNKNOWN: /* Indicates no alignment. */
710 case BFD_ENDIAN_UNKNOWN:
3352 BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
3800 BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
H A Dgdbarch.c585 if (current_gdbarch->byte_order == BFD_ENDIAN_UNKNOWN)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dptrace-core.c174 BFD_ENDIAN_UNKNOWN, /* target byte order */
175 BFD_ENDIAN_UNKNOWN, /* target headers byte order */
H A Dbinary.c330 BFD_ENDIAN_UNKNOWN, /* byteorder */
331 BFD_ENDIAN_UNKNOWN, /* header_byteorder */
H A Dnetbsd-core.c273 BFD_ENDIAN_UNKNOWN, /* Target byte order. */
274 BFD_ENDIAN_UNKNOWN, /* Target headers byte order. */
H A Dtrad-core.c276 BFD_ENDIAN_UNKNOWN, /* target byte order */
277 BFD_ENDIAN_UNKNOWN, /* target headers byte order */
H A Dsrec.c1216 BFD_ENDIAN_UNKNOWN, /* Target byte order. */
1217 BFD_ENDIAN_UNKNOWN, /* Target headers byte order. */
1271 BFD_ENDIAN_UNKNOWN, /* Target byte order. */
1272 BFD_ENDIAN_UNKNOWN, /* Target headers byte order. */
H A Dihex.c947 BFD_ENDIAN_UNKNOWN, /* Target byte order. */
948 BFD_ENDIAN_UNKNOWN, /* Target headers byte order. */
H A Dlibbfd.c945 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
946 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
H A Dtekhex.c954 BFD_ENDIAN_UNKNOWN, /* Target byte order. */
955 BFD_ENDIAN_UNKNOWN, /* Target headers byte order. */
H A Dieee.c3781 BFD_ENDIAN_UNKNOWN, /* Target byte order. */
3782 BFD_ENDIAN_UNKNOWN, /* Target headers byte order. */
H A Dbfd-in2.h5018 enum bfd_endian { BFD_ENDIAN_BIG, BFD_ENDIAN_LITTLE, BFD_ENDIAN_UNKNOWN };
5011 enum bfd_endian { BFD_ENDIAN_BIG, BFD_ENDIAN_LITTLE, BFD_ENDIAN_UNKNOWN }; enumerator in enum:bfd_endian
H A Delf64-ppc.c2564 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
2565 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjdump.c142 /* Endianness to disassemble for, or default if BFD_ENDIAN_UNKNOWN. */
143 static enum bfd_endian endian = BFD_ENDIAN_UNKNOWN;
1949 if (endian != BFD_ENDIAN_UNKNOWN)
1985 disasm_info.endian = BFD_ENDIAN_UNKNOWN;
H A Dobjcopy.c1331 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
1332 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h5025 enum bfd_endian { BFD_ENDIAN_BIG, BFD_ENDIAN_LITTLE, BFD_ENDIAN_UNKNOWN };
5018 enum bfd_endian { BFD_ENDIAN_BIG, BFD_ENDIAN_LITTLE, BFD_ENDIAN_UNKNOWN }; enumerator in enum:bfd_endian

Completed in 542 milliseconds