Lines Matching refs:runp
45 AsmScn_t *runp; local
54 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
57 if (runp->subsection_id == nr)
59 return runp;
61 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
64 runp = runp->subnext;
72 newp->ctx = runp->ctx;
78 newp->type = runp->type;
81 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
95 newp->subnext = runp->subnext;
96 runp->subnext = newp;