Searched refs:TYPE_ZALLOC (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | gdbtypes.c | 503 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()
|
| HD | gdbtypes.h | 1045 = TYPE_ZALLOC (type, \ 1415 #define TYPE_ZALLOC(t,size) \ macro
|
| HD | eval.c | 684 TYPE_ZALLOC (type, sizeof (struct field) * num_types); in make_params()
|
| HD | mdebugread.c | 1762 TYPE_ZALLOC (tp, sizeof (struct range_bounds))); in parse_type()
|
| HD | dwarf2read.c | 12531 TYPE_ZALLOC (ftype, nparams * sizeof (struct field)); in read_subroutine_type()
|