Home
last modified time | relevance | path

Searched refs:GET_u2 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf.h164 GET_u2 ((JCF)->buffer+JPOOL_UINT(JCF, INDEX))
200 #define GET_u2(PTR) (((PTR)[0] << 8) | ((PTR)[1])) macro
224 #define JCF_readu2(JCF) ((JCF)->read_ptr += 2, GET_u2 ((JCF)->read_ptr-2))
Dverify.c455 starts[i].start_pc = GET_u2 (jcf->read_ptr + 8 * i);
466 start_pc = GET_u2 (p);
467 end_pc = GET_u2 (p+2);
468 handler_pc = GET_u2 (p+4);
469 catch_type = GET_u2 (p+6);
Djcf-dump.c776 int start_pc = GET_u2 (ptr);
777 int end_pc = GET_u2 (ptr+2);
778 int handler_pc = GET_u2 (ptr+4);
779 int catch_type = GET_u2 (ptr+6);
Dexpr.c2858 int pc = GET_u2 (linenumber_pointer);
2920 || GET_u2 (linenumber_pointer) != PC)
2924 int pc = GET_u2 (linenumber_pointer);
2928 lineno = GET_u2 (linenumber_pointer - 2);
Djcf-parse.c792 int line = GET_u2 (ptr); in parse_class_file()
Djcf-write.c2822 value = GET_u2 (old_ptr);