Symbol: render_opcode
scripts/asn1_compiler.c
1361
render_opcode(NULL, "ASN1_OP_COMPLETE,\n");
scripts/asn1_compiler.c
1376
render_opcode(out, "ASN1_OP_COMPLETE,\n");
scripts/asn1_compiler.c
1413
render_opcode(out, "ASN1_OP_END_SEQ%s,\n", act);
scripts/asn1_compiler.c
1416
render_opcode(out, "ASN1_OP_END_SEQ_OF%s,\n", act);
scripts/asn1_compiler.c
1417
render_opcode(out, "_jump_target(%u),\n", entry);
scripts/asn1_compiler.c
1420
render_opcode(out, "ASN1_OP_END_SET%s,\n", act);
scripts/asn1_compiler.c
1423
render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
scripts/asn1_compiler.c
1424
render_opcode(out, "_jump_target(%u),\n", entry);
scripts/asn1_compiler.c
1430
render_opcode(out, "_action(ACT_%s),\n",
scripts/asn1_compiler.c
1432
render_opcode(out, "ASN1_OP_RETURN,\n");
scripts/asn1_compiler.c
1463
render_opcode(out, "ASN1_OP_%sMATCH_ANY%s%s,",
scripts/asn1_compiler.c
1478
render_opcode(out, "ASN1_OP_%sMATCH%s%s,",
scripts/asn1_compiler.c
1491
render_opcode(out, "ASN1_OP_%sMATCH%s%s,",
scripts/asn1_compiler.c
1510
render_opcode(out, "_tag(%s, %s, %s),\n",
scripts/asn1_compiler.c
1515
render_opcode(out, "_tagn(%s, %s, %2u),\n",
scripts/asn1_compiler.c
1527
render_opcode(out, "ASN1_OP_%sACT,\n",
scripts/asn1_compiler.c
1535
render_opcode(out, "_jump_target(%u),", e->entry_index);
scripts/asn1_compiler.c
1552
render_opcode(out, "ASN1_OP_END_SEQ%s,\n", act);
scripts/asn1_compiler.c
1561
render_opcode(out, "_jump_target(%u),", e->entry_index);
scripts/asn1_compiler.c
1579
render_opcode(out, "ASN1_OP_END_SEQ_OF%s,\n", act);
scripts/asn1_compiler.c
1581
render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
scripts/asn1_compiler.c
1582
render_opcode(out, "_jump_target(%u),\n", entry);
scripts/asn1_compiler.c
1600
render_opcode(out, "ASN1_OP_COND_FAIL,\n");
scripts/asn1_compiler.c
1602
render_opcode(out, "ASN1_OP_ACT,\n");
scripts/asn1_compiler.c
1610
render_opcode(out, "_action(ACT_%s),\n", e->action->name);