Home | History | Annotate | Download | only in gdb

Lines Matching refs:boffset

1899   void update_result (struct value *v, LONGEST boffset);
1929 struct_field_searcher::update_result (struct value *v, LONGEST boffset)
1938 && m_last_boffset != boffset)
1943 m_last_boffset = boffset;
1949 if (m_fields.empty () || m_last_boffset != boffset)
1964 /* Same boffset points to members of different classes.
2065 LONGEST boffset = arg1->embedded_offset () + offset;
2071 boffset = baseclass_offset (type, i,
2081 boffset += arg1->embedded_offset () + offset;
2082 if (boffset < 0
2083 || boffset >= arg1->enclosing_type ()->length ())
2087 base_addr = arg1->address () + boffset;
2098 v2->set_embedded_offset (boffset);
2114 update_result (v, boffset);
2485 BOFFSET is the offset of the base subobject where the method is found. */
2492 struct type **basetype, LONGEST *boffset)
2518 *boffset = offset;
2559 xmethods, basetype, boffset);
2577 BOFFSET is the offset of the base subobject which defines the method. */
2584 struct type **basetype, LONGEST *boffset)
2612 basetype, boffset);
2734 LONGEST boffset;
2771 &xmethods, &basetype, &boffset);
3010 boffset);
3014 method_oload_champ, basetype, boffset);