Home
last modified time | relevance | path

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