Home
last modified time | relevance | path

Searched defs:valaddr (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalprint.c126 val_print (struct type *type, char *valaddr, int embedded_offset, in val_print()
180 val_print_type_code_int (struct type *type, char *valaddr, in val_print_type_code_int()
287 print_floating (char *valaddr, struct type *type, struct ui_file *stream) in print_floating()
347 print_binary_chars (struct ui_file *stream, unsigned char *valaddr, in print_binary_chars()
407 print_octal_chars (struct ui_file *stream, unsigned char *valaddr, unsigned len) in print_octal_chars()
554 print_decimal_chars (struct ui_file *stream, unsigned char *valaddr, in print_decimal_chars()
689 print_hex_chars (struct ui_file *stream, unsigned char *valaddr, unsigned len) in print_hex_chars()
720 print_char_chars (struct ui_file *stream, unsigned char *valaddr, unsigned len) in print_char_chars()
760 val_print_array_elements (struct type *type, char *valaddr, CORE_ADDR address, in val_print_array_elements()
H A Dada-valprint.c140 val_print_packed_array_elements (struct type *type, char *valaddr, in val_print_packed_array_elements()
248 printable_val_type (struct type *type, char *valaddr) in printable_val_type()
301 ada_print_floating (char *valaddr, struct type *type, struct ui_file *stream) in ada_print_floating()
600 char *valaddr = valaddr0 + embedded_offset; in ada_val_print_1() local
881 print_variant_part (struct type *type, int field_num, char *valaddr, in print_variant_part()
904 char *valaddr = VALUE_CONTENTS (val0); in ada_value_print() local
960 print_record (struct type *type, char *valaddr, struct ui_file *stream, in print_record()
992 print_field_values (struct type *type, char *valaddr, struct ui_file *stream, in print_field_values()
H A Dp-valprint.c59 pascal_val_print (struct type *type, char *valaddr, int embedded_offset, in pascal_val_print()
595 pascal_object_print_class_method (char *valaddr, struct type *type, in pascal_object_print_class_method()
734 pascal_object_print_value_fields (struct type *type, char *valaddr, in pascal_object_print_value_fields()
907 pascal_object_print_value (struct type *type, char *valaddr, CORE_ADDR address, in pascal_object_print_value()
1049 pascal_object_print_class_member (char *valaddr, struct type *domain, in pascal_object_print_class_member()
H A Dcp-valprint.c65 cp_print_class_method (char *valaddr, in cp_print_class_method()
230 cp_print_value_fields (struct type *type, struct type *real_type, char *valaddr, in cp_print_value_fields()
492 cp_print_value (struct type *type, struct type *real_type, char *valaddr, in cp_print_value()
676 cp_print_class_member (char *valaddr, struct type *domain, in cp_print_class_member()
H A Df-valprint.c281 f77_print_array_1 (int nss, int ndimensions, struct type *type, char *valaddr, in f77_print_array_1()
326 f77_print_array (struct type *type, char *valaddr, CORE_ADDR address, in f77_print_array()
364 f_val_print (struct type *type, char *valaddr, int embedded_offset, in f_val_print()
H A Dm2-valprint.c30 m2_val_print (struct type *type, char *valaddr, int embedded_offset, in m2_val_print()
H A Djv-valprint.c256 java_print_value_fields (struct type *type, char *valaddr, CORE_ADDR address, in java_print_value_fields()
455 java_val_print (struct type *type, char *valaddr, int embedded_offset, in java_val_print()
H A Dvalues.c665 unpack_long (struct type *type, const char *valaddr) in unpack_long()
714 unpack_double (struct type *type, const char *valaddr, int *invp) in unpack_double()
778 unpack_pointer (struct type *type, const char *valaddr) in unpack_pointer()
1031 unpack_field_as_long (struct type *type, const char *valaddr, int fieldno) in unpack_field_as_long()
H A Dc-valprint.c72 c_val_print (struct type *type, char *valaddr, int embedded_offset, in c_val_print()
H A Dscm-lang.c90 scm_unpack (struct type *type, const char *valaddr, enum type_code context) in scm_unpack()
H A Dcp-abi.c72 baseclass_offset (struct type *type, int index, char *valaddr, in baseclass_offset()
H A Dgnu-v2-abi.c350 gnuv2_baseclass_offset (struct type *type, int index, char *valaddr, in gnuv2_baseclass_offset()
H A Dscm-valprint.c362 scm_val_print (struct type *type, char *valaddr, int embedded_offset, in scm_val_print()
H A Dgnu-v3-abi.c360 gnuv3_baseclass_offset (struct type *type, int index, char *valaddr, in gnuv3_baseclass_offset()
H A Dada-lang.c413 value_from_contents_and_address (struct type *type, char *valaddr, in value_from_contents_and_address()
460 cond_offset_host (char *valaddr, long offset) in cond_offset_host()
1781 ada_value_primitive_packed_val (struct value *obj, char *valaddr, long offset, in ada_value_primitive_packed_val()
4992 value_tag_from_contents_and_address (struct type *type, char *valaddr, in value_tag_from_contents_and_address()
6033 ada_template_to_fixed_record_type_1 (struct type *type, char *valaddr, in ada_template_to_fixed_record_type_1()
6190 template_to_fixed_record_type (struct type *type, char *valaddr, in template_to_fixed_record_type()
6257 to_record_with_fixed_variant_part (struct type *type, char *valaddr, in to_record_with_fixed_variant_part()
6335 to_fixed_record_type (struct type *type0, char *valaddr, in to_fixed_record_type()
6370 to_fixed_variant_branch_type (struct type *var_type0, char *valaddr, in to_fixed_variant_branch_type()
6476 ada_to_fixed_type (struct type *type, char *valaddr, in ada_to_fixed_type()
[all …]
H A Dlanguage.h352 #define LA_VAL_PRINT(type,valaddr,offset,addr,stream,fmt,deref,recurse,pretty) \ argument
H A Dvalarith.c1373 value_bit_index (struct type *type, char *valaddr, int index) in value_bit_index()
H A Dlanguage.c1121 unk_lang_val_print (struct type *type, char *valaddr, int embedded_offset, in unk_lang_val_print()
H A Deval.c561 char *valaddr = VALUE_CONTENTS_RAW (set); in evaluate_subexp_standard() local
H A Dprintcmd.c347 print_scalar_formatted (void *valaddr, struct type *type, int format, int size, in print_scalar_formatted()
H A Dvalops.c1376 find_rt_vbase_offset (struct type *type, struct type *basetype, char *valaddr, in find_rt_vbase_offset()