Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c174 TYPE_OBJFILE (type) = objfile; in alloc_type()
192 if (TYPE_OBJFILE (oldtype) == NULL) in alloc_type_instance()
257 objfile = TYPE_OBJFILE (ntype); in make_pointer_type()
259 TYPE_OBJFILE (ntype) = objfile; in make_pointer_type()
532 gdb_assert (TYPE_OBJFILE (*typeptr) == TYPE_OBJFILE (type) in make_cv_type()
534 if (TYPE_OBJFILE (*typeptr) != TYPE_OBJFILE (type)) in make_cv_type()
615 TYPE_OBJFILE (type)); in allocate_stub_method()
985 objfile = TYPE_OBJFILE (type); in smash_to_member_type()
988 TYPE_OBJFILE (type) = objfile; in smash_to_member_type()
1009 objfile = TYPE_OBJFILE (type); in smash_to_method_type()
[all …]
H A 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) \
H A 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()
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()
7609 to_fixed_range_type (name, NULL, TYPE_OBJFILE (type_arg)); in ada_evaluate_subexp()
[all …]