Home
last modified time | relevance | path

Searched refs:labelref (Results 1 – 4 of 4) sorted by relevance

/external/dtc/
Ddtc-lexer.l158 yylval.labelref = xstrdup(yytext);
159 yylval.labelref[yyleng-1] = '\0';
208 yylval.labelref = xstrdup(yytext+1);
215 yylval.labelref = xstrdup(yytext+2);
Ddtc-parser.y41 char *labelref; member
71 %token <labelref> DT_LABEL
72 %token <labelref> DT_REF
/external/protobuf/php/ext/google/protobuf/
Dupb.c6708 static int32_t labelref(compiler *c, int label) { in labelref() function
6799 setofs(&instruction, labelref(c, label)); in putop()
6809 setofs(&instruction, labelref(c, label)); in putop()
6817 setofs(&instruction, labelref(c, label)); in putop()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7381 static int32_t labelref(compiler *c, int label) { in labelref() function
7473 setofs(&instruction, labelref(c, label)); in putop()
7483 setofs(&instruction, labelref(c, label)); in putop()
7491 setofs(&instruction, labelref(c, label)); in putop()