Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDgdbtypes.c503 TYPE_FIELDS (fn) = TYPE_ZALLOC (fn, nparams * sizeof (struct field)); in lookup_function_type_with_arguments()
806 TYPE_ZALLOC (result_type, sizeof (struct range_bounds)); in create_range_type()
965 (struct field *) TYPE_ZALLOC (result_type, sizeof (struct field)); in create_array_type()
1032 TYPE_FIELDS (result_type) = TYPE_ZALLOC (result_type, sizeof (struct field)); in create_set_type()
3676 TYPE_FIELDS (type) = TYPE_ZALLOC (type, nfields * sizeof (struct field)); in arch_flags_type()
HDgdbtypes.h1045 = TYPE_ZALLOC (type, \
1415 #define TYPE_ZALLOC(t,size) \ macro
HDeval.c684 TYPE_ZALLOC (type, sizeof (struct field) * num_types); in make_params()
HDmdebugread.c1762 TYPE_ZALLOC (tp, sizeof (struct range_bounds))); in parse_type()
HDdwarf2read.c12531 TYPE_ZALLOC (ftype, nparams * sizeof (struct field)); in read_subroutine_type()