Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c174 TYPE_OBJFILE (type) = objfile; in alloc_type()
192 if (TYPE_OBJFILE (oldtype) == NULL) in alloc_type_instance()
199 type = obstack_alloc (&TYPE_OBJFILE (oldtype)->objfile_obstack, in alloc_type_instance()
249 ntype = alloc_type (TYPE_OBJFILE (type)); in make_pointer_type()
257 objfile = TYPE_OBJFILE (ntype); in make_pointer_type()
259 TYPE_OBJFILE (ntype) = objfile; in make_pointer_type()
316 ntype = alloc_type (TYPE_OBJFILE (type)); in make_reference_type()
324 objfile = TYPE_OBJFILE (ntype); in make_reference_type()
326 TYPE_OBJFILE (ntype) = objfile; in make_reference_type()
365 ntype = alloc_type (TYPE_OBJFILE (type)); in make_function_type()
[all …]
Dgdbtypes.h805 #define TYPE_OBJFILE(thistype) TYPE_MAIN_TYPE(thistype)->objfile macro
1166 (TYPE_OBJFILE (t) != NULL \
1167 ? obstack_alloc (&TYPE_OBJFILE (t) -> objfile_obstack, size) \
Dada-lang.c1465 struct objfile *objf = TYPE_OBJFILE (VALUE_TYPE (arr)); in ada_type_of_array()
1585 new_type = alloc_type (TYPE_OBJFILE (type)); in packed_array_type()
2296 NULL, TYPE_OBJFILE (arr_type)); in ada_array_bound_from_type()
6060 rtype = alloc_type (TYPE_OBJFILE (type)); in ada_template_to_fixed_record_type_1()
6230 TYPE_TARGET_TYPE (type0) = type = alloc_type (TYPE_OBJFILE (type0)); in template_to_static_fixed_type()
6275 rtype = alloc_type (TYPE_OBJFILE (type)); in to_record_with_fixed_variant_part()
6392 return empty_record (TYPE_OBJFILE (var_type)); in to_fixed_variant_branch_type()
6436 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
6456 dval, TYPE_OBJFILE (type0)); in to_fixed_array_type()
6457 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
[all …]