Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Djv-lang.c344 int ninterfaces, nfields, nmethods; in java_link_class_type() local
500 nmethods = value_as_long (value_struct_elt (&temp, NULL, "method_count", in java_link_class_type()
502 j = nmethods * sizeof (struct fn_field); in java_link_class_type()
507 alloca (nmethods * sizeof (struct fn_fieldlist)); in java_link_class_type()
510 for (i = 0; i < nmethods; i++) in java_link_class_type()
H A Dobjc-lang.c1453 unsigned long nmethods; in find_implementation_from_class() local
1462 nmethods = read_objc_methlist_nmethods (gdbarch, mlist); in find_implementation_from_class()
1464 for (i = 0; i < nmethods; i++) in find_implementation_from_class()
/dragonfly/crypto/openssh/
H A Dchannels.c1573 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local
1585 nmethods = p[1]; in channel_decode_socks5()
1586 if (have < nmethods + 2) in channel_decode_socks5()
1589 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1600 if ((r = sshbuf_consume(input, nmethods + 2)) != 0) in channel_decode_socks5()