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

  /external/elfutils/0.153/libasm/
asm_newsubscn.c 58 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
61 runp = runp->subnext;
92 newp->subnext = runp->subnext;
93 runp->subnext = newp;
libasmP.h 124 AsmScn_t *subnext; member in struct:AsmScn
asm_newscn.c 126 result->subnext = NULL;
asm_end.c 128 while ((asmsubscn = asmsubscn->subnext) != NULL);
537 if (scnp->subnext != NULL)
538 free_section (scnp->subnext);

Completed in 28 milliseconds