Searched refs:subnext (Results 1 – 5 of 5) sorted by relevance
59 if (runp->subnext == NULL || runp->subnext->subsection_id > nr) in asm_newsubscn()62 runp = runp->subnext; in asm_newsubscn()93 newp->subnext = runp->subnext; in asm_newsubscn()94 runp->subnext = newp; in asm_newsubscn()
130 while ((asmsubscn = asmsubscn->subnext) != NULL); in binary_end()540 if (scnp->subnext != NULL) in free_section()541 free_section (scnp->subnext); in free_section()
129 AsmScn_t *subnext; member
128 result->subnext = NULL; in binary_newscn()
3485 TRexNode *subnext = NULL; in trex_matchnode() local3487 subnext = &exp->_nodes[n->next]; in trex_matchnode()3489 subnext = next; in trex_matchnode()3491 if(!(cur = trex_matchnode(exp,n,cur,subnext))) { in trex_matchnode()