Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.c148 static struct type *packed_array_type (struct type *, long *);
1182 packed_array_type (struct type *type, long *elt_bits) in packed_array_type() function
1193 new_elt_type = packed_array_type (check_typedef (TYPE_TARGET_TYPE (type)), in packed_array_type()
1260 return packed_array_type (shadow_type, &bits); in decode_packed_array_type()