Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDjv-lang.c338 int ninterfaces, nfields, nmethods; in java_link_class_type() local
486 nmethods = value_as_long (value_struct_elt (&temp, NULL, "method_count", in java_link_class_type()
488 TYPE_NFN_FIELDS_TOTAL (type) = nmethods; in java_link_class_type()
489 j = nmethods * sizeof (struct fn_field); in java_link_class_type()
494 alloca (nmethods * sizeof (struct fn_fieldlist)); in java_link_class_type()
497 for (i = 0; i < nmethods; i++) in java_link_class_type()
HDobjc-lang.c1796 unsigned long nmethods; in find_implementation_from_class() local
1804 nmethods = read_objc_methlist_nmethods (mlist); in find_implementation_from_class()
1806 for (i = 0; i < nmethods; i++) in find_implementation_from_class()
/NextBSD/crypto/openssh/
HDchannels.c1192 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local
1203 nmethods = p[1]; in channel_decode_socks5()
1204 if (have < nmethods + 2) in channel_decode_socks5()
1207 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1218 buffer_consume(&c->input, nmethods + 2); in channel_decode_socks5()