Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c187 TYPE_OBJFILE (type) = objfile; in alloc_type()
205 if (TYPE_OBJFILE (oldtype) == NULL) in alloc_type_instance()
212 type = obstack_alloc (&TYPE_OBJFILE (oldtype)->objfile_obstack, in alloc_type_instance()
262 ntype = alloc_type (TYPE_OBJFILE (type)); in make_pointer_type()
270 objfile = TYPE_OBJFILE (ntype); in make_pointer_type()
272 TYPE_OBJFILE (ntype) = objfile; in make_pointer_type()
329 ntype = alloc_type (TYPE_OBJFILE (type)); in make_reference_type()
337 objfile = TYPE_OBJFILE (ntype); in make_reference_type()
339 TYPE_OBJFILE (ntype) = objfile; in make_reference_type()
378 ntype = alloc_type (TYPE_OBJFILE (type)); in make_function_type()
[all …]
Dgdbtypes.h805 #define TYPE_OBJFILE(thistype) TYPE_MAIN_TYPE(thistype)->objfile macro
1174 (TYPE_OBJFILE (t) != NULL \
1175 ? obstack_alloc (&TYPE_OBJFILE (t) -> objfile_obstack, size) \
Dada-lang.c1470 struct objfile *objf = TYPE_OBJFILE (value_type (arr)); in ada_type_of_array()
1590 new_type = alloc_type (TYPE_OBJFILE (type)); in packed_array_type()
2302 NULL, TYPE_OBJFILE (arr_type)); in ada_array_bound_from_type()
6087 rtype = alloc_type (TYPE_OBJFILE (type)); in ada_template_to_fixed_record_type_1()
6260 TYPE_TARGET_TYPE (type0) = type = alloc_type (TYPE_OBJFILE (type0)); in template_to_static_fixed_type()
6305 rtype = alloc_type (TYPE_OBJFILE (type)); in to_record_with_fixed_variant_part()
6422 return empty_record (TYPE_OBJFILE (var_type)); in to_fixed_variant_branch_type()
6466 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
6486 dval, TYPE_OBJFILE (type0)); in to_fixed_array_type()
6487 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
[all …]