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 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);
  /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 1225 milliseconds