Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c381 TYPE_ALLOC (type, sizeof (struct field) * nfields); in java_link_class_type()
386 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
390 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
394 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
398 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dstabsread.c865 TYPE_ALLOC (ftype, nsemi * sizeof (struct field)); in define_symbol()
1687 = (struct field *) TYPE_ALLOC (func_type, in read_type()
2570 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields); in read_member_functions()
2943 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
2949 pointer = (char *) TYPE_ALLOC (type, num_bytes); in read_baseclasses()
3166 TYPE_ALLOC (type, sizeof (struct field) * nfields); in attach_fields_to_type()
3174 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3178 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3182 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3485 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in read_enum_type()
H A Dgdbtypes.c537 = TYPE_ALLOC (*typeptr, sizeof (struct main_type)); in make_cv_type()
646 TYPE_ALLOC (result_type, 2 * sizeof (struct field)); in create_range_type()
756 (struct field *) TYPE_ALLOC (result_type, sizeof (struct field)); in create_array_type()
804 TYPE_ALLOC (result_type, 1 * sizeof (struct field)); in create_set_type()
1557 TYPE_ALLOC (type, (argcount + 1) * sizeof (struct field)); in check_stub_method()
1668 TYPE_ALLOC (type, sizeof (struct cplus_struct_type)); in allocate_cplus_struct_type()
H A Dcoffread.c1395 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, field_size); in patch_type()
2007 TYPE_ALLOC (type, sizeof (struct field) * nfields); in coff_read_struct_type()
2089 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in coff_read_enum_type()
H A Ddwarf2read.c3422 TYPE_ALLOC (type, sizeof (struct field) * nfields); in dwarf2_attach_fields_to_type()
3430 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3434 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3438 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3450 pointer = (char *) TYPE_ALLOC (type, num_bytes); in dwarf2_attach_fields_to_type()
3650 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * fip->nfnfields); in dwarf2_attach_fn_fields_to_type()
3661 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length); in dwarf2_attach_fn_fields_to_type()
4075 TYPE_ALLOC (die->type, sizeof (struct field) * num_fields); in process_enumeration_scope()
4604 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in read_subroutine_type()
H A Dbuildsym.c304 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in finish_block()
H A Dgdbtypes.h1165 #define TYPE_ALLOC(t,size) \ macro
H A Dhpread.c4314 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4318 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4322 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
4327 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
H A Dmdebugread.c1060 TYPE_ALLOC (t, in parse_symbol()
1232 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in parse_symbol()
1688 TYPE_ALLOC (tp, 2 * sizeof (struct field))); in parse_type()
H A Ddwarfread.c1092 TYPE_ALLOC (type, sizeof (struct field) * nfields); in struct_type()
H A Dada-lang.c6065 TYPE_ALLOC (rtype, nfields * sizeof (struct field)); in ada_template_to_fixed_record_type_1()
6235 TYPE_ALLOC (type, nfields * sizeof (struct field)); in template_to_static_fixed_type()
6280 (struct field *) TYPE_ALLOC (rtype, nfields * sizeof (struct field)); in to_record_with_fixed_variant_part()
H A DChangeLog-19922557 * gdbtypes.h (TYPE_ALLOC): Parenthesize result to avoid problems
2625 * gdbtypes.h (TYPE_ALLOC): New macro to allocate space for data
2629 coff_read_enum_type): Use TYPE_ALLOC.
2630 * dwarfread.c (struct_type): Use TYPE_ALLOC.
2632 allocate_cplus_struct_type): Use TYPE_ALLOC.
2633 * mipsread.c (parse_symbol, parse_type): Use TYPE_ALLOC.
2635 read_range_type): Use TYPE_ALLOC.
H A DChangeLog11279 * gdbtypes.h (TYPE_ALLOC): Ditto.