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

  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 195 vtable_ptrdiff_type (struct gdbarch *gdbarch) function
584 struct type *offset_type = vtable_ptrdiff_type (gdbarch);
651 voffset = ptr_value / vtable_ptrdiff_type (gdbarch)->length ();
787 voffset = ptr_value / vtable_ptrdiff_type (gdbarch)->length ();
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 194 vtable_ptrdiff_type (struct gdbarch *gdbarch) function
583 struct type *offset_type = vtable_ptrdiff_type (gdbarch);
650 voffset = ptr_value / vtable_ptrdiff_type (gdbarch)->length ();
786 voffset = ptr_value / vtable_ptrdiff_type (gdbarch)->length ();

Completed in 18 milliseconds