Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-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()
H A Dobjc-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()
/freebsd-12.1/crypto/openssh/
H A Dchannels.c1333 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local
1345 nmethods = p[1]; in channel_decode_socks5()
1346 if (have < nmethods + 2) in channel_decode_socks5()
1349 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1360 if ((r = sshbuf_consume(input, nmethods + 2)) != 0) { in channel_decode_socks5()