Home
last modified time | relevance | path

Searched refs:make_method_ptr (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-abi.c149 if (current_cp_abi.make_method_ptr == NULL) in cplus_make_method_ptr()
151 (*current_cp_abi.make_method_ptr) (type, contents, value, is_virtual); in cplus_make_method_ptr()
Dcp-abi.h241 void (*make_method_ptr) (struct type *, gdb_byte *, member
Dgnu-v3-abi.c1596 gnu_v3_abi_ops.make_method_ptr = gnuv3_make_method_ptr; in init_gnuv3_ops()
DChangeLog-20082720 current_cp_abi.make_method_ptr callback.