Home
last modified time | relevance | path

Searched refs:TYPE_BASECLASS_BITPOS (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDgnu-v2-abi.c268 *top = TYPE_BASECLASS_BITPOS (rtti_type, in gnuv2_value_rtti_type()
401 return TYPE_BASECLASS_BITPOS (type, index) / 8; in gnuv2_baseclass_offset()
HDgnu-v3-abi.c437 return TYPE_BASECLASS_BITPOS (type, index) / 8; in gnuv3_baseclass_offset()
444 cur_base_offset = TYPE_BASECLASS_BITPOS (type, index) / 8; in gnuv3_baseclass_offset()
501 pos = TYPE_BASECLASS_BITPOS (domain, i) / 8; in gnuv3_find_method_in()
HDvalops.c2148 offset + TYPE_BASECLASS_BITPOS (type, in do_search_struct_field()
2301 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8; in search_struct_method()
2483 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8; in find_method_list()
3452 base_offset = TYPE_BASECLASS_BITPOS (t, i) / 8; in value_struct_elt_for_reference()
HDgdbtypes.h1117 #define TYPE_BASECLASS_BITPOS(thistype,index) TYPE_FIELD_BITPOS(thistype,index) macro
HDax-gdb.c1513 offset + TYPE_BASECLASS_BITPOS (type, i) in gen_struct_ref_recursive()