Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_newsubscn.c58 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
61 runp = runp->subnext;
92 newp->subnext = runp->subnext;
93 runp->subnext = newp;
Dasm_end.c128 while ((asmsubscn = asmsubscn->subnext) != NULL); in binary_end()
537 if (scnp->subnext != NULL) in free_section()
538 free_section (scnp->subnext); in free_section()
DlibasmP.h124 AsmScn_t *subnext; member
Dasm_newscn.c126 result->subnext = NULL; in binary_newscn()