Searched refs:TYPE_FLAG_STUB (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdbtypes.h | 189 #define TYPE_FLAG_STUB (1 << 2) macro 190 #define TYPE_STUB(t) (TYPE_FLAGS (t) & TYPE_FLAG_STUB)
|
H A D | ada-typeprint.c | 587 if (len == 0 && (TYPE_FLAGS (type) & TYPE_FLAG_STUB) != 0) in print_record_field_types()
|
H A D | stabsread.c | 1540 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in read_type() 3307 TYPE_FLAGS (type) &= ~TYPE_FLAG_STUB; in read_struct_type() 3480 TYPE_FLAGS (type) &= ~TYPE_FLAG_STUB; in read_enum_type()
|
H A D | jv-lang.c | 192 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in java_lookup_class()
|
H A D | gdbtypes.c | 614 mtype = init_type (TYPE_CODE_METHOD, 1, TYPE_FLAG_STUB, NULL, in allocate_stub_method() 1609 TYPE_FLAGS (mtype) &= ~TYPE_FLAG_STUB; in check_stub_method()
|
H A D | mdebugread.c | 1132 TYPE_FLAGS (t) |= TYPE_FLAG_STUB; in parse_symbol() 4241 *tpp = init_type (type_code, 0, TYPE_FLAG_STUB, (char *) NULL, current_objfile); in cross_ref()
|
H A D | dwarfread.c | 1086 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in struct_type()
|
H A D | hpread.c | 3144 TYPE_FLAGS (type) &= ~TYPE_FLAG_STUB; in hpread_read_enum_type() 3672 TYPE_FLAGS (type) &= ~TYPE_FLAG_STUB; in hpread_read_struct_type()
|
H A D | dwarf2read.c | 3770 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in read_structure_type()
|
H A D | ada-lang.c | 6585 || (TYPE_FLAGS (type) & TYPE_FLAG_STUB) == 0 in ada_check_typedef()
|
H A D | ChangeLog-1990 | 1950 the type has TYPE_FLAG_STUB set.
|
H A D | ChangeLog-1992 | 3080 TYPE_FLAG_STUB flag. 3084 TYPE_FLAG_STUB flag has been cleared.
|
H A D | ChangeLog-2001 | 537 * gdbtypes.c (TYPE_FLAG_UNSIGNED, TYPE_FLAG_STUB): Use 584 * mdebugread.c (cross_ref): Pass TYPE_FLAG_STUB to init_type()
|
H A D | ChangeLog-1995 | 3439 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
|
H A D | ChangeLog-1994 | 1472 using TYPE_FLAG_STUB, not its length.
|