Searched refs:nmethods (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | jv-lang.c | 340 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 D | objc-lang.c | 1796 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 D | ChangeLog-1999 | 8440 nmethods->method_count.
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | channels.c | 1565 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 D | ChangeLog | 10978 * class.c (make_class_data): Renamed fields: nmethods to
|