Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dvalprint.c126 val_print (struct type *type, char *valaddr, int embedded_offset, in val_print()
221 val_print_type_code_int (struct type *type, char *valaddr, in val_print_type_code_int()
478 print_floating (char *valaddr, struct type *type, struct ui_file *stream) in print_floating()
539 print_binary_chars (struct ui_file *stream, unsigned char *valaddr, in print_binary_chars()
601 print_octal_chars (struct ui_file *stream, unsigned char *valaddr, unsigned len) in print_octal_chars()
749 print_decimal_chars (struct ui_file *stream, unsigned char *valaddr, in print_decimal_chars()
888 print_hex_chars (struct ui_file *stream, unsigned char *valaddr, unsigned len) in print_hex_chars()
920 print_char_chars (struct ui_file *stream, unsigned char *valaddr, unsigned len) in print_char_chars()
960 val_print_array_elements (struct type *type, char *valaddr, CORE_ADDR address, in val_print_array_elements()
Dada-valprint.c135 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()
536 char *valaddr = valaddr0 + embedded_offset; in ada_val_print_1() local
784 print_variant_part (struct type *type, int field_num, char *valaddr, in print_variant_part()
807 char *valaddr = VALUE_CONTENTS (val0); in ada_value_print() local
851 print_record (struct type *type, char *valaddr, struct ui_file *stream, in print_record()
883 print_field_values (struct type *type, char *valaddr, struct ui_file *stream, in print_field_values()
Dp-valprint.c59 pascal_val_print (struct type *type, char *valaddr, int embedded_offset, in pascal_val_print()
590 pascal_object_print_class_method (char *valaddr, struct type *type, in pascal_object_print_class_method()
729 pascal_object_print_value_fields (struct type *type, char *valaddr, in pascal_object_print_value_fields()
900 pascal_object_print_value (struct type *type, char *valaddr, CORE_ADDR address, in pascal_object_print_value()
1043 pascal_object_print_class_member (char *valaddr, struct type *domain, in pascal_object_print_class_member()
Dcp-valprint.c69 cp_print_class_method (char *valaddr, in cp_print_class_method()
234 cp_print_value_fields (struct type *type, struct type *real_type, char *valaddr, in cp_print_value_fields()
494 cp_print_value (struct type *type, struct type *real_type, char *valaddr, in cp_print_value()
678 cp_print_class_member (char *valaddr, struct type *domain, in cp_print_class_member()
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()
Dm2-valprint.c30 m2_val_print (struct type *type, char *valaddr, int embedded_offset, in m2_val_print()
Djv-valprint.c254 java_print_value_fields (struct type *type, char *valaddr, CORE_ADDR address, in java_print_value_fields()
451 java_val_print (struct type *type, char *valaddr, int embedded_offset, in java_val_print()
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()
Dc-valprint.c72 c_val_print (struct type *type, char *valaddr, int embedded_offset, in c_val_print()
Dscm-lang.c92 scm_unpack (struct type *type, const char *valaddr, enum type_code context) in scm_unpack()
Dcp-abi.c72 baseclass_offset (struct type *type, int index, char *valaddr, in baseclass_offset()
Dscm-valprint.c362 scm_val_print (struct type *type, char *valaddr, int embedded_offset, in scm_val_print()
Dgnu-v2-abi.c350 gnuv2_baseclass_offset (struct type *type, int index, char *valaddr, in gnuv2_baseclass_offset()
Dgnu-v3-abi.c360 gnuv3_baseclass_offset (struct type *type, int index, char *valaddr, in gnuv3_baseclass_offset()
Dada-lang.c296 value_from_contents_and_address (struct type *type, char *valaddr, in value_from_contents_and_address()
340 cond_offset_host (char *valaddr, long offset) in cond_offset_host()
1364 ada_value_primitive_packed_val (struct value *obj, char *valaddr, long offset, in ada_value_primitive_packed_val()
5946 template_to_fixed_record_type (struct type *type, char *valaddr, in template_to_fixed_record_type()
6111 to_record_with_fixed_variant_part (struct type *type, char *valaddr, in to_record_with_fixed_variant_part()
6174 to_fixed_record_type (struct type *type0, char *valaddr, CORE_ADDR address, in to_fixed_record_type()
6206 to_fixed_variant_branch_type (struct type *var_type0, char *valaddr, in to_fixed_variant_branch_type()
6315 ada_to_fixed_type (struct type *type, char *valaddr, CORE_ADDR address, in ada_to_fixed_type()
6427 ada_to_fixed_value (struct type *type0, char *valaddr, CORE_ADDR address, in ada_to_fixed_value()
6629 ada_aligned_value_addr (struct type *type, char *valaddr) in ada_aligned_value_addr()
Dlanguage.h350 #define LA_VAL_PRINT(type,valaddr,offset,addr,stream,fmt,deref,recurse,pretty) \ argument
Dvalarith.c1375 value_bit_index (struct type *type, char *valaddr, int index) in value_bit_index()
Dlanguage.c1236 unk_lang_val_print (struct type *type, char *valaddr, int embedded_offset, in unk_lang_val_print()
Deval.c564 char *valaddr = VALUE_CONTENTS_RAW (set); in evaluate_subexp_standard() local
Dprintcmd.c347 print_scalar_formatted (void *valaddr, struct type *type, int format, int size, in print_scalar_formatted()
Dvalops.c1445 find_rt_vbase_offset (struct type *type, struct type *basetype, char *valaddr, in find_rt_vbase_offset()