Home
last modified time | relevance | path

Searched refs:TYPE_PRIMARY_BASE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.c2062 primary = TYPE_RUNTIME_PTR (dclass) ? TYPE_PRIMARY_BASE (dclass) : NULL; in virtual_base_list_length_skip_primaries()
2125 primary = TYPE_RUNTIME_PTR (dclass) ? TYPE_PRIMARY_BASE (dclass) : NULL; in virtual_base_index_skip_primaries()
2152 pbc = TYPE_PRIMARY_BASE (dclass); in class_index_in_primary_list()
Dgdbtypes.h945 #define TYPE_PRIMARY_BASE(thistype) (TYPE_RUNTIME_PTR(thistype)->primary_base) macro
Dvalops.c1392 pbc = TYPE_PRIMARY_BASE (type); in find_rt_vbase_offset()
Dhpread.c4356 TYPE_PRIMARY_BASE (type) = primary_base_class (type); in hpread_read_struct_type()