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

  /src/external/gpl3/gdb/dist/gdb/
cp-abi.h 147 extern int baseclass_offset (struct type *type,
234 int (*baseclass_offset) (struct type *type, int index, member in struct:cp_abi_ops
cp-abi.c 68 baseclass_offset (struct type *type, int index, const gdb_byte *valaddr, function
74 gdb_assert (current_cp_abi.baseclass_offset != NULL);
78 res = (*current_cp_abi.baseclass_offset) (type, index, valaddr,
  /src/external/gpl3/gdb.old/dist/gdb/
cp-abi.h 147 extern int baseclass_offset (struct type *type,
234 int (*baseclass_offset) (struct type *type, int index, member in struct:cp_abi_ops
cp-abi.c 68 baseclass_offset (struct type *type, int index, const gdb_byte *valaddr, function
74 gdb_assert (current_cp_abi.baseclass_offset != NULL);
78 res = (*current_cp_abi.baseclass_offset) (type, index, valaddr,

Completed in 24 milliseconds