HomeSort by relevance Sort by last modified time
    Searched refs:subnext (Results 1 - 5 of 5) 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;