OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arc_lookup
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gprof/
cg_arcs.h
48
extern Arc *
arc_lookup
(Sym * parent, Sym * child);
cg_arcs.c
59
arc_lookup
(Sym *parent, Sym *child)
function
65
printf ("[
arc_lookup
] parent == 0 || child == 0\n");
68
DBG (LOOKUPDEBUG, printf ("[
arc_lookup
] parent %s child %s\n",
72
DBG (LOOKUPDEBUG, printf ("[
arc_lookup
]\t parent %s child %s\n",
95
arc =
arc_lookup
(parent, child);
607
arc =
arc_lookup
(parent, parent);
sym_ids.c
383
&&
arc_lookup
(sym, to))
Completed in 88 milliseconds