Searched refs:meth_str (Results 1 – 1 of 1) sorted by relevance
1808 struct objc_method meth_str; in find_implementation_from_class() local1809 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()