Home
last modified time | relevance | path

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

123

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/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.c532 = TYPE_ALLOC (*typeptr, sizeof (struct main_type)); in make_cv_type()
641 TYPE_ALLOC (result_type, 2 * sizeof (struct field)); in create_range_type()
751 (struct field *) TYPE_ALLOC (result_type, sizeof (struct field)); in create_array_type()
795 TYPE_ALLOC (result_type, 1 * sizeof (struct field)); in create_set_type()
1564 TYPE_ALLOC (type, (argcount + 1) * sizeof (struct field)); in check_stub_method()
1675 TYPE_ALLOC (type, sizeof (struct cplus_struct_type)); in allocate_cplus_struct_type()
H A Dcoffread.c1396 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, field_size); in patch_type()
2008 TYPE_ALLOC (type, sizeof (struct field) * nfields); in coff_read_struct_type()
2090 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in coff_read_enum_type()
H A Ddwarf2read.c3009 TYPE_ALLOC (type, sizeof (struct field) * nfields); in dwarf2_attach_fields_to_type()
3017 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3021 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3025 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3037 pointer = (char *) TYPE_ALLOC (type, num_bytes); in dwarf2_attach_fields_to_type()
3237 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * fip->nfnfields); in dwarf2_attach_fn_fields_to_type()
3248 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length); in dwarf2_attach_fn_fields_to_type()
3647 TYPE_ALLOC (die->type, sizeof (struct field) * num_fields); in process_enumeration_scope()
4130 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in read_subroutine_type()
H A Dbuildsym.c305 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in finish_block()
H A Dgdbtypes.h1078 #define TYPE_ALLOC(t,size) \ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/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.c532 = TYPE_ALLOC (*typeptr, sizeof (struct main_type)); in make_cv_type()
641 TYPE_ALLOC (result_type, 2 * sizeof (struct field)); in create_range_type()
751 (struct field *) TYPE_ALLOC (result_type, sizeof (struct field)); in create_array_type()
795 TYPE_ALLOC (result_type, 1 * sizeof (struct field)); in create_set_type()
1564 TYPE_ALLOC (type, (argcount + 1) * sizeof (struct field)); in check_stub_method()
1675 TYPE_ALLOC (type, sizeof (struct cplus_struct_type)); in allocate_cplus_struct_type()
H A Dcoffread.c1396 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, field_size); in patch_type()
2008 TYPE_ALLOC (type, sizeof (struct field) * nfields); in coff_read_struct_type()
2090 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in coff_read_enum_type()
H A Ddwarf2read.c3009 TYPE_ALLOC (type, sizeof (struct field) * nfields); in dwarf2_attach_fields_to_type()
3017 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3021 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3025 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type()
3037 pointer = (char *) TYPE_ALLOC (type, num_bytes); in dwarf2_attach_fields_to_type()
3237 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * fip->nfnfields); in dwarf2_attach_fn_fields_to_type()
3248 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length); in dwarf2_attach_fn_fields_to_type()
3647 TYPE_ALLOC (die->type, sizeof (struct field) * num_fields); in process_enumeration_scope()
4130 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in read_subroutine_type()
H A Dbuildsym.c305 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in finish_block()
H A Dgdbtypes.h1078 #define TYPE_ALLOC(t,size) \ macro
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Djv-lang.c374 TYPE_ALLOC (type, sizeof (struct field) * nfields); in java_link_class_type()
379 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
383 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
387 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
391 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dstabsread.c966 TYPE_ALLOC (ftype, nsemi * sizeof (struct field)); in define_symbol()
1839 = (struct field *) TYPE_ALLOC (func_type, in read_type()
2744 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields); in read_member_functions()
3125 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
3131 pointer = (char *) TYPE_ALLOC (type, num_bytes); in read_baseclasses()
3352 TYPE_ALLOC (type, sizeof (struct field) * nfields); in attach_fields_to_type()
3360 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3364 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3368 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3713 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in read_enum_type()
H A Dcoffread.c1447 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, in patch_type()
2054 TYPE_ALLOC (type, sizeof (struct field) * nfields); in coff_read_struct_type()
2137 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in coff_read_enum_type()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dlog.h363 TYPE_ALLOC, enumerator
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Djv-lang.c388 TYPE_ALLOC (type, sizeof (struct field) * nfields); in java_link_class_type()
393 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
397 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
401 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type()
405 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in java_link_class_type()
H A Dstabsread.c965 TYPE_ALLOC (ftype, nsemi * sizeof (struct field)); in define_symbol()
1838 = (struct field *) TYPE_ALLOC (func_type, in read_type()
2741 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields); in read_member_functions()
3122 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type))); in read_baseclasses()
3128 pointer = (char *) TYPE_ALLOC (type, num_bytes); in read_baseclasses()
3349 TYPE_ALLOC (type, sizeof (struct field) * nfields); in attach_fields_to_type()
3357 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3361 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3365 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
3710 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in read_enum_type()
H A Dcoffread.c1441 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, in patch_type()
2049 TYPE_ALLOC (type, sizeof (struct field) * nfields); in coff_read_struct_type()
2132 TYPE_ALLOC (type, sizeof (struct field) * nsyms); in coff_read_enum_type()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstabsread.c985 TYPE_ALLOC (ftype, nsemi * sizeof (struct field))); in define_symbol()
1802 ((struct field *) TYPE_ALLOC (func_type, in read_type()
2669 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields);
3049 TYPE_ALLOC (type, B_BYTES (TYPE_N_BASECLASSES (type)));
3055 pointer = (char *) TYPE_ALLOC (type, num_bytes);
3273 TYPE_ALLOC (type, sizeof (struct field) * nfields));
3281 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3285 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3289 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3620 TYPE_ALLOC (type, sizeof (struct field) * nsyms));
H A Dcoffread.c1461 field *fields = (struct field *) TYPE_ALLOC (target, field_size);
2044 ((struct field *) TYPE_ALLOC (type, sizeof (struct field) * nfields));
2124 ((struct field *) TYPE_ALLOC (type, sizeof (struct field) * nsyms));
H A Dgdbtypes.c2353 TYPE_ALLOC (resolved_type, in resolve_dynamic_union()
2521 TYPE_ALLOC (resolved_type, in compute_variant_fields()
2564 TYPE_ALLOC (resolved_type, in resolve_dynamic_struct()
3117 TYPE_ALLOC (type, (argcount + 1) * sizeof (struct field)); in check_stub_method()
3209 TYPE_ALLOC (type, sizeof (struct cplus_struct_type)); in allocate_cplus_struct_type()
3226 TYPE_ALLOC (type, sizeof (struct gnat_aux_type)); in allocate_gnat_aux_type()
3440 = (char *) TYPE_ALLOC (target_type, in init_complex_type()
5586 = ((struct range_bounds *) TYPE_ALLOC in copy_type_recursive()
H A Dgdbtypes.h2287 #define TYPE_ALLOC(t,size) \ macro
2296 #define TYPE_ZALLOC(t,size) (memset (TYPE_ALLOC (t, size), 0, size))

123