Lines Matching defs:ctx
39 AsmCtx_t *ctx;
52 ctx = asm_begin (fname, ebl, false);
53 if (ctx == NULL)
67 grp = asm_newscngrp (ctx, buf, NULL, 0);
71 asm_abort (ctx);
75 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS,
81 asm_abort (ctx);
92 asm_abort (ctx);
101 asm_abort (ctx);
110 asm_abort (ctx);
115 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp);
120 asm_abort (ctx);
129 asm_abort (ctx);
135 if (asm_end (ctx) != 0)
138 asm_abort (ctx);