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

  /external/elfutils/libasm/
asm_newsubscn.c 46 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
49 runp = runp->subnext;
80 newp->subnext = runp->subnext;
81 runp->subnext = newp;
libasmP.h 111 AsmScn_t *subnext; member in struct:AsmScn
asm_newscn.c 113 result->subnext = NULL;
asm_end.c 110 while ((asmsubscn = asmsubscn->subnext) != NULL);
524 if (scnp->subnext != NULL)
525 free_section (scnp->subnext);
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 450 Object subnext = nextChildNodes.item(j); local
451 if(subnext instanceof Element) {
452 if(((Element)subnext).getNodeName().equals(path[1])) {
453 input.add((Node)subnext);

Completed in 137 milliseconds