Home
last modified time | relevance | path

Searched refs:TYPE_FLAG_STUB (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h189 #define TYPE_FLAG_STUB (1 << 2) macro
190 #define TYPE_STUB(t) (TYPE_FLAGS (t) & TYPE_FLAG_STUB)
H A Dada-typeprint.c587 if (len == 0 && (TYPE_FLAGS (type) & TYPE_FLAG_STUB) != 0) in print_record_field_types()
H A Dstabsread.c1540 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 Djv-lang.c192 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in java_lookup_class()
H A Dgdbtypes.c614 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 Dmdebugread.c1132 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 Ddwarfread.c1086 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in struct_type()
H A Dhpread.c3144 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 Ddwarf2read.c3770 TYPE_FLAGS (type) |= TYPE_FLAG_STUB; in read_structure_type()
H A Dada-lang.c6585 || (TYPE_FLAGS (type) & TYPE_FLAG_STUB) == 0 in ada_check_typedef()
H A DChangeLog-19901950 the type has TYPE_FLAG_STUB set.
H A DChangeLog-19923080 TYPE_FLAG_STUB flag.
3084 TYPE_FLAG_STUB flag has been cleared.
H A DChangeLog-2001537 * gdbtypes.c (TYPE_FLAG_UNSIGNED, TYPE_FLAG_STUB): Use
584 * mdebugread.c (cross_ref): Pass TYPE_FLAG_STUB to init_type()
H A DChangeLog-19953439 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
H A DChangeLog-19941472 using TYPE_FLAG_STUB, not its length.