Home
last modified time | relevance | path

Searched refs:get_type_arch (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/gdb-7/gdb/
HDgnu-v3-abi.c296 gdbarch = get_type_arch (values_type); in gnuv3_rtti_type()
398 gdbarch = get_type_arch (values_type); in gnuv3_virtual_fn_field()
430 gdbarch = get_type_arch (type); in gnuv3_baseclass_offset()
564 struct gdbarch *gdbarch = get_type_arch (domain); in gnuv3_print_method_ptr()
644 struct gdbarch *gdbarch = get_type_arch (type); in gnuv3_method_ptr_size()
655 struct gdbarch *gdbarch = get_type_arch (type); in gnuv3_make_method_ptr()
698 gdbarch = get_type_arch (domain_type); in gnuv3_method_ptr_to_value()
936 gdbarch = get_type_arch (type); in gnuv3_print_vtable()
HDvalarith.c511 struct gdbarch *gdbarch = get_type_arch (value_type (arg1)); in value_x_unop()
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()
875 *byte_order_y = gdbarch_byte_order (get_type_arch (type2)); in value_args_as_decimal()
881 *byte_order_y = gdbarch_byte_order (get_type_arch (type1)); in value_args_as_decimal()
936 byte_order_v = gdbarch_byte_order (get_type_arch (result_type)); in scalar_binop()
1061 gdbarch_byte_order (get_type_arch (result_type)), in scalar_binop()
1210 (get_type_arch (result_type)), in scalar_binop()
1340 (get_type_arch (result_type)), in scalar_binop()
1495 gdbarch_byte_order (get_type_arch (type1))); in value_logical_not()
[all …]
HDc-lang.c152 classify_type (type, get_type_arch (type), &encoding); in c_emit_char()
161 str_type = classify_type (type, get_type_arch (type), NULL); in c_printchar()
199 str_type = (classify_type (type, get_type_arch (type), &type_encoding) in c_printstr()
246 = gdbarch_byte_order (get_type_arch (type)); in c_get_string()
275 classify_type (element_type, get_type_arch (element_type), charset); in c_get_string()
317 paddress (get_type_arch (type), addr)); in c_get_string()
HDf-lang.c57 encoding = target_charset (get_type_arch (type)); in f_get_encoding()
60 if (gdbarch_byte_order (get_type_arch (type)) == BFD_ENDIAN_BIG) in f_get_encoding()
HDm2-valprint.c195 struct gdbarch *gdbarch = get_type_arch (type); in print_unpacked_pointer()
237 struct gdbarch *gdbarch = get_type_arch (type); in print_variable_at_address()
316 struct gdbarch *gdbarch = get_type_arch (type); in m2_val_print()
HDgo-valprint.c45 struct gdbarch *gdbarch = get_type_arch (type); in print_go_string()
HDfindvar.c179 return gdbarch_pointer_to_address (get_type_arch (type), type, buf); in extract_typed_address()
252 gdbarch_address_to_pointer (get_type_arch (type), type, buf, addr); in store_typed_address()
465 gdbarch_byte_order (get_type_arch (type)), in default_read_var_value()
HDvalue.c2300 struct gdbarch *gdbarch = get_type_arch (value_type (val)); in value_as_address()
2418 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in unpack_long()
2468 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in unpack_double()
2804 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (field_type)); in unpack_value_bits_as_long_1()
2831 if (gdbarch_bits_big_endian (get_type_arch (field_type))) in unpack_value_bits_as_long_1()
2977 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in modify_field()
3009 if (gdbarch_bits_big_endian (get_type_arch (type))) in modify_field()
3023 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in pack_long()
3063 byte_order = gdbarch_byte_order (get_type_arch (type)); in pack_unsigned_long()
HDprintcmd.c316 + gdb_print_insn (get_type_arch (type), in print_formatted()
346 struct gdbarch *gdbarch = get_type_arch (type); in float_type_from_length()
368 struct gdbarch *gdbarch = get_type_arch (type); in print_scalar_formatted()
2026 struct gdbarch *gdbarch = get_type_arch (value_type (value)); in printf_wide_c_string()
2086 struct gdbarch *gdbarch = get_type_arch (param_type); in printf_decfloat()
2304 = get_type_arch (value_type (val_args[i])); in ui_printf()
HDjv-valprint.c40 struct gdbarch *gdbarch = get_type_arch (value_type (val)); in java_value_print()
473 struct gdbarch *gdbarch = get_type_arch (type); in java_val_print()
HDgdbtypes.c233 get_type_arch (const struct type *type) in get_type_arch() function
331 = gdbarch_ptr_bit (get_type_arch (type)) / TARGET_CHAR_BIT; in make_pointer_type()
406 gdbarch_ptr_bit (get_type_arch (type)) / TARGET_CHAR_BIT; in make_reference_type()
980 struct gdbarch *gdbarch = get_type_arch (element_type); in lookup_array_range_type()
1108 = gdbarch_ptr_bit (get_type_arch (to_type)) / TARGET_CHAR_BIT; in smash_to_memberptr_type()
1556 TYPE_TARGET_TYPE (type) = alloc_type_arch (get_type_arch (type)); in check_typedef()
1764 struct gdbarch *gdbarch = get_type_arch (type); in check_stub_method()
3425 new_type = alloc_type_arch (get_type_arch (type)); in copy_type_recursive()
3439 TYPE_OWNER (new_type).gdbarch = get_type_arch (type); in copy_type_recursive()
HDvalprint.c372 struct gdbarch *gdbarch = get_type_arch (type); in generic_val_print()
880 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in val_print_type_code_int()
1128 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in print_decimal_floating()
2007 = gdbarch_byte_order (get_type_arch (type)); in generic_emit_char()
2338 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in generic_printstr()
2460 struct gdbarch *gdbarch = get_type_arch (elttype); in val_print_string()
HDada-valprint.c468 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (elttype)); in printstr()
589 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in ada_val_print_array()
771 struct gdbarch *gdbarch = get_type_arch (type); in ada_val_print_1()
HDcp-valprint.c354 get_type_arch (type), in cp_print_value_fields()
764 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in cp_print_class_member()
HDp-lang.c223 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in pascal_printstr()
HDvalops.c472 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in value_cast()
503 gdbarch_byte_order (get_type_arch (type2))); in value_cast()
523 int addr_bit = gdbarch_addr_bit (get_type_arch (type2)); in value_cast()
863 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in value_one()
977 enum bfd_endian byte_order = gdbarch_byte_order (get_type_arch (type)); in value_fetch_lazy()
1232 return value_of_internalvar (get_type_arch (type), in value_assign()
HDf-valprint.c263 struct gdbarch *gdbarch = get_type_arch (type); in f_val_print()
HDc-valprint.c140 struct gdbarch *gdbarch = get_type_arch (type); in c_val_print()
HDjv-lang.c186 struct objfile *objfile = get_dynamics_objfile (get_type_arch (type)); in add_class_symbol()
845 struct gdbarch *arch = get_type_arch (type); in java_get_encoding()
HDinfcall.c250 struct gdbarch *gdbarch = get_type_arch (ftype); in find_function_addr()
HDp-valprint.c65 struct gdbarch *gdbarch = get_type_arch (type); in pascal_val_print()
HDdoublest.c830 struct gdbarch *gdbarch = get_type_arch (type); in floatformat_from_type()
HDc-typeprint.c436 address_space_id = address_space_int_to_name (get_type_arch (type), in c_type_print_modifier()
HDgdbtypes.h1432 extern struct gdbarch *get_type_arch (const struct type *);
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-prettyprint.c698 struct gdbarch *gdbarch = get_type_arch (type); in apply_val_pretty_printer()

12