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

  /external/elfutils/src/libasm/
asm_newsubscn.c 61 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
64 runp = runp->subnext;
95 newp->subnext = runp->subnext;
96 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);
540 if (scnp->subnext != NULL)
541 free_section (scnp->subnext);
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 423 Object subnext = nextChildNodes.item(j); local
424 if(subnext instanceof Element) {
425 if(((Element)subnext).getNodeName().equals(path[1])) {
426 input.add((Node)subnext);

Completed in 502 milliseconds