Searched refs:gdbarch_byte_order (Results 251 - 275 of 292) sorted by relevance

<<1112

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsolib-svr4.c459 enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch ());
661 enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch ());
2781 enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch ());
H A Ddisasm.c1048 m_di.endian = gdbarch_byte_order (gdbarch);
H A Dsymfile.c3456 byte_order = gdbarch_byte_order (gdbarch);
3485 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dstack.c391 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
1732 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dtarget-descriptions.c230 if (gdbarch_byte_order (m_gdbarch) == BFD_ENDIAN_BIG)
H A Dgnu-v3-abi.c576 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dgdbtypes.c3530 byte_order = gdbarch_byte_order (gdbarch);
4022 bfd_endian byteorder = gdbarch_byte_order (type->arch ());
5899 const struct floatformat *fmt = floatformats[gdbarch_byte_order (gdbarch)];
H A Dgdbarch-gen.h34 extern enum bfd_endian gdbarch_byte_order (struct gdbarch *gdbarch);
H A Dvalarith.c2010 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-loc2c.c595 enum bfd_endian byte_order = gdbarch_byte_order (arch);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-loc2c.c610 enum bfd_endian byte_order = gdbarch_byte_order (arch);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstack.c388 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
1723 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dsymfile.c3471 byte_order = gdbarch_byte_order (gdbarch);
3500 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dgnu-v3-abi.c572 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dtarget-descriptions.c232 if (gdbarch_byte_order (m_gdbarch) == BFD_ENDIAN_BIG)
H A Dgdbtypes.c3250 byte_order = gdbarch_byte_order (gdbarch);
3711 bfd_endian byteorder = gdbarch_byte_order (get_type_arch (type));
5536 const struct floatformat *fmt = floatformats[gdbarch_byte_order (gdbarch)];
H A Dprintcmd.c2307 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
H A Dvalarith.c1890 if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
H A Dgdbarch.h125 extern enum bfd_endian gdbarch_byte_order (struct gdbarch *gdbarch);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c1530 = gdbarch_byte_order (objfile->arch ());
H A Dframe.c366 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c1297 = gdbarch_byte_order (objfile->arch ());
H A Dframe.c259 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-main.c1493 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c1485 enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);

Completed in 494 milliseconds

<<1112