Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c340 int ninterfaces, nfields, nmethods; in java_link_class_type() local
488 nmethods = value_as_long (value_struct_elt (&temp, NULL, "method_count", in java_link_class_type()
490 TYPE_NFN_FIELDS_TOTAL (type) = nmethods; in java_link_class_type()
491 j = nmethods * sizeof (struct fn_field); in java_link_class_type()
496 alloca (nmethods * sizeof (struct fn_fieldlist)); in java_link_class_type()
499 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()
H A DChangeLog-19998440 nmethods->method_count.
/openbsd-src/usr.bin/ssh/
H A Dchannels.c1565 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5()
1574 /* format: ver | nmethods | methods */ in channel_decode_socks5()
1577 nmethods = p[1]; in channel_decode_socks5()
1578 if (have < nmethods + 2) in channel_decode_socks5()
1581 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1592 if ((r = sshbuf_consume(input, nmethods + 2)) != 0) in channel_decode_socks5()
1561 u_int have, need, i, found, nmethods, addrlen, af; channel_decode_socks5() local
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog10978 * class.c (make_class_data): Renamed fields: nmethods to