Searched refs:next_parent (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dcg_arcs.h18 struct arc *next_parent; /* next parent of CHILD */ member in struct:arc
H A Dcg_print.c326 sorted.next_parent = 0;
330 detached = arc->next_parent;
333 for (prev = &sorted; prev->next_parent; prev = prev->next_parent)
335 if (cmp_arc (arc, prev->next_parent) != GREATERTHAN)
339 arc->next_parent = prev->next_parent;
340 prev->next_parent = arc;
344 child->cg.parents = sorted.next_parent;
372 for (arc = child->cg.parents; arc; arc = arc->next_parent)
[all...]
H A Dcg_arcs.c153 arc->next_parent = child->cg.parents;
341 for (arc = member->cg.parents; arc; arc = arc->next_parent)
380 for (arc = child->cg.parents; arc; arc = arc->next_parent)
410 for (arc = member->cg.parents; arc; arc = arc->next_parent)
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_arcs.h18 struct arc *next_parent; /* next parent of CHILD */ member in struct:arc
H A Dcg_print.c318 sorted.next_parent = 0;
322 detached = arc->next_parent;
325 for (prev = &sorted; prev->next_parent; prev = prev->next_parent)
327 if (cmp_arc (arc, prev->next_parent) != GREATERTHAN)
331 arc->next_parent = prev->next_parent;
332 prev->next_parent = arc;
336 child->cg.parents = sorted.next_parent;
363 for (arc = child->cg.parents; arc; arc = arc->next_parent)
[all...]
H A Dcg_arcs.c148 arc->next_parent = child->cg.parents;
333 for (arc = member->cg.parents; arc; arc = arc->next_parent)
371 for (arc = child->cg.parents; arc; arc = arc->next_parent)
401 for (arc = member->cg.parents; arc; arc = arc->next_parent)

Completed in 200 milliseconds