Searched refs:JPOOL_UTF_DATA (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | gjavah.c | 340 jcf_print_utf8 (stream, JPOOL_UTF_DATA (jcf, name_index), 345 const unsigned char *str = JPOOL_UTF_DATA (jcf, name_index); 374 s = JPOOL_UTF_DATA (jcf, name_index); 657 unsigned char *name = JPOOL_UTF_DATA (jcf, name_index); 701 jcf_print_utf8 (stream, JPOOL_UTF_DATA (jcf, name_index), 821 str = JPOOL_UTF_DATA (jcf, name_index); 858 memcpy (nn->signature, JPOOL_UTF_DATA (jcf, sig_index), 931 obj_data = JPOOL_UTF_DATA (jcf, objecttype); 934 method_data = JPOOL_UTF_DATA (jcf, methodtype); 1404 const unsigned char *str0 = JPOOL_UTF_DATA (jcf, signature_index); [all …]
|
| D | jcf.h | 166 #ifndef JPOOL_UTF_DATA 167 #define JPOOL_UTF_DATA(JCF, INDEX) \ macro
|
| D | jcf-reader.c | 74 name_data = JPOOL_UTF_DATA (jcf, attribute_name); 123 name_data = JPOOL_UTF_DATA (jcf, attribute_name);
|
| D | jcf-dump.c | 118 && memcmp (JPOOL_UTF_DATA (jcf, index), value, len) == 0) 392 jcf_print_utf8 (stream, JPOOL_UTF_DATA (jcf,name_index), 444 jcf_print_utf8_replace (out, JPOOL_UTF_DATA(jcf,n), len, '/', '.'); 618 register const unsigned char *str = JPOOL_UTF_DATA (jcf, index); 725 const unsigned char *str = JPOOL_UTF_DATA (jcf, signature_index);
|
| D | jcf-parse.c | 54 #define JPOOL_UTF_DATA(JCF, INDEX) \ macro 256 return parse_signature_string (JPOOL_UTF_DATA (jcf, sig_index), 428 tree class_name = unmangle_classname (JPOOL_UTF_DATA (jcf, j), 456 const char *name = JPOOL_UTF_DATA (jcf, name_index); in get_class_constant()
|
| D | ChangeLog | 8133 * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise. 14704 * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
|