Searched refs:subnext (Results 1 – 4 of 4) 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()
131 while ((asmsubscn = asmsubscn->subnext) != NULL); in binary_end()539 if (scnp->subnext != NULL) in free_section()540 free_section (scnp->subnext); in free_section()
127 AsmScn_t *subnext; member
129 result->subnext = NULL; in binary_newscn()