HomeSort by relevance Sort by last modified time
    Searched refs:subnext (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libasm/
asm_newsubscn.c 59 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
62 runp = runp->subnext;
93 newp->subnext = runp->subnext;
94 runp->subnext = newp;
libasmP.h 127 AsmScn_t *subnext; member in struct:AsmScn
asm_newscn.c 129 result->subnext = NULL;
asm_end.c 131 while ((asmsubscn = asmsubscn->subnext) != NULL);
539 if (scnp->subnext != NULL)
540 free_section (scnp->subnext);

Completed in 60 milliseconds