Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.h316 extern struct type *ada_aligned_type (struct type *);
Dada-typeprint.c785 ada_print_type (ada_aligned_type (type), "", stream, show, level); in ada_print_type()
Dada-lang.c6816 ada_aligned_type (struct type *type) in ada_aligned_type() function
6819 return ada_aligned_type (TYPE_FIELD_TYPE (type, 0)); in ada_aligned_type()
7362 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7374 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7388 return allocate_value (ada_aligned_type (type)); in ada_evaluate_subexp()
7421 ada_aligned_type (TYPE_TARGET_TYPE (VALUE_TYPE (array))); in ada_evaluate_subexp()
7782 (ada_aligned_type in ada_evaluate_subexp()
7828 return value_zero (ada_aligned_type (type), lval_memory); in ada_evaluate_subexp()
Dada-valprint.c250 return ada_to_fixed_type (ada_aligned_type (type), valaddr, 0, NULL); in printable_val_type()