HomeSort by: relevance | last modified time | path
    Searched defs:vtable_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 197 struct type *vtable_type = get_gdb_vtable_type (gdbarch); local
200 return vtable_type->field (vtable_field_offset_to_top).type ();
209 struct type *vtable_type = get_gdb_vtable_type (gdbarch); local
211 return (vtable_type->field (vtable_field_virtual_functions).loc_bitpos ()
269 struct type *vtable_type = get_gdb_vtable_type (gdbarch); local
290 vtable_pointer_type = lookup_pointer_type (vtable_type);
298 return value_at_lazy (vtable_type,
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 196 struct type *vtable_type = get_gdb_vtable_type (gdbarch); local
199 return vtable_type->field (vtable_field_offset_to_top).type ();
208 struct type *vtable_type = get_gdb_vtable_type (gdbarch); local
210 return (vtable_type->field (vtable_field_virtual_functions).loc_bitpos ()
268 struct type *vtable_type = get_gdb_vtable_type (gdbarch); local
289 vtable_pointer_type = lookup_pointer_type (vtable_type);
297 return value_at_lazy (vtable_type,

Completed in 27 milliseconds