Home
last modified time | relevance | path

Searched refs:byte_order_x (Results 1 – 4 of 4) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddfp.c270 const gdb_byte *x, int len_x, enum bfd_endian byte_order_x, in decimal_binop() argument
279 match_endianness (x, len_x, byte_order_x, dec1); in decimal_binop()
335 decimal_compare (const gdb_byte *x, int len_x, enum bfd_endian byte_order_x, in decimal_compare() argument
343 match_endianness (x, len_x, byte_order_x, dec1); in decimal_compare()
H A Dvalarith.c877 gdb_byte *x, int *len_x, enum bfd_endian *byte_order_x, in value_args_as_decimal() argument
902 *byte_order_x = gdbarch_byte_order (get_type_arch (type1)); in value_args_as_decimal()
908 *byte_order_x = gdbarch_byte_order (get_type_arch (type2)); in value_args_as_decimal()
910 decimal_from_integral (arg1, x, *len_x, *byte_order_x); in value_args_as_decimal()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddfp.c270 const gdb_byte *x, int len_x, enum bfd_endian byte_order_x, in decimal_binop() argument
279 match_endianness (x, len_x, byte_order_x, dec1); in decimal_binop()
335 decimal_compare (const gdb_byte *x, int len_x, enum bfd_endian byte_order_x, in decimal_compare() argument
343 match_endianness (x, len_x, byte_order_x, dec1); in decimal_compare()
H A Dvalarith.c831 gdb_byte *x, int *len_x, enum bfd_endian *byte_order_x, in value_args_as_decimal() argument
856 *byte_order_x = gdbarch_byte_order (get_type_arch (type1)); in value_args_as_decimal()
862 *byte_order_x = gdbarch_byte_order (get_type_arch (type2)); in value_args_as_decimal()
864 decimal_from_integral (arg1, x, *len_x, *byte_order_x); in value_args_as_decimal()