Home | History | Annotate | Download | only in gdb

Lines Matching refs:field1

157     struct field &field1 = t->field (1);
158 field1.set_name ("offset_to_top");
159 field1.set_type (ptrdiff_type);
160 field1.set_loc_bitpos (offset * TARGET_CHAR_BIT);
161 offset += field1.type ()->length ();
1025 struct field &field1 = t->field (1);
1026 field1.set_name ("__name");
1027 field1.set_type (char_ptr_type);
1028 field1.set_loc_bitpos (offset * TARGET_CHAR_BIT);
1029 offset += field1.type ()->length ();