Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjc-lang.c1431 struct objc_method meth_str; in find_implementation_from_class() local
1433 read_objc_methlist_method (gdbarch, mlist, i, &meth_str); in find_implementation_from_class()
1435 if (meth_str.name == sel) in find_implementation_from_class()
1438 return meth_str.imp; in find_implementation_from_class()