Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDobjc-lang.c1808 struct objc_method meth_str; in find_implementation_from_class() local
1809 read_objc_methlist_method (mlist, i, &meth_str); in find_implementation_from_class()
1814 meth_str.name, sel); in find_implementation_from_class()
1817 if (meth_str.name == sel) in find_implementation_from_class()
1820 return meth_str.imp; in find_implementation_from_class()