Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDcp-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()
HDcp-abi.h217 void (*make_method_ptr) (struct type *, gdb_byte *, member
HDgnu-v3-abi.c1121 gnu_v3_abi_ops.make_method_ptr = gnuv3_make_method_ptr; in init_gnuv3_ops()