Searched refs:meth (Results 1 – 2 of 2) sorted by relevance
2906 struct ieee_method *meth; in ieee_read_cxx_class() local3038 for (meth = methods, im = 0; im < methods_count; meth++, im++) in ieee_read_cxx_class()3039 if (meth->namlen == namlen in ieee_read_cxx_class()3040 && strncmp (meth->name, name, namlen) == 0) in ieee_read_cxx_class()3056 meth = methods + methods_count; in ieee_read_cxx_class()3060 if (meth->count + 1 >= meth->alloc) in ieee_read_cxx_class()3062 meth->alloc += 10; in ieee_read_cxx_class()3063 meth->variants = ((debug_method_variant *) in ieee_read_cxx_class()3064 xrealloc (meth->variants, in ieee_read_cxx_class()3065 (meth->alloc in ieee_read_cxx_class()[all …]
118 #define ENC(id, meth, op) { \ argument120 CONCAT2(tic6x_coding_,meth), \