Home
last modified time | relevance | path

Searched refs:subnext (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libasm/
Dasm_newsubscn.c59 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()
Dasm_end.c130 while ((asmsubscn = asmsubscn->subnext) != NULL); in binary_end()
540 if (scnp->subnext != NULL) in free_section()
541 free_section (scnp->subnext); in free_section()
DlibasmP.h129 AsmScn_t *subnext; member
Dasm_newscn.c128 result->subnext = NULL; in binary_newscn()
/external/epid-sdk/ext/argtable3/
Dargtable3.c3485 TRexNode *subnext = NULL; in trex_matchnode() local
3487 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()