Searched refs:Arc (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dcg_arcs.h5 * Arc structure for call-graph.
22 Arc; typedef in typeref:struct:arc
28 extern Arc *arc_lookup PARAMS ((Sym * parent, Sym * child));
30 extern Arc **arcs;
H A Dcg_print.c44 static int cmp_arc PARAMS ((Arc *, Arc *));
54 PARAMS ((Arc **, unsigned long, int, Arc **, unsigned long *));
228 Arc *left;
229 Arc *right;
318 Arc *arc, *detached, sorted, *prev;
353 Arc *arc;
407 Arc *arc, *detached, sorted, *prev;
442 Arc *ar
[all...]
H A Dcg_arcs.c51 Arc **arcs;
58 Arc *
63 Arc *arc;
96 Arc *arc, **newarcs;
111 arc = (Arc *) xmalloc (sizeof (*arc));
132 newarcs = (Arc **)xmalloc(sizeof (Arc *) * maxarcs);
135 memcpy (newarcs, arcs, numarcs * sizeof (Arc *));
174 Arc *arc;
283 Arc *ar
[all...]
H A Dcall_graph.c117 Arc *arc;
H A Dcg_dfn.c279 Arc *arc;
H A Dgmon_io.c667 Arc *arc;
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_arcs.h5 * Arc structure for call-graph.
22 Arc; typedef in typeref:struct:arc
28 extern Arc *arc_lookup (Sym * parent, Sym * child);
30 extern Arc **arcs;
H A Dcg_print.c44 static int cmp_arc (Arc *, Arc *);
54 (Arc **, unsigned long, int, Arc **, unsigned long *);
222 cmp_arc (Arc *left, Arc *right)
310 Arc *arc, *detached, sorted, *prev;
344 Arc *arc;
397 Arc *arc, *detached, sorted, *prev;
431 Arc *ar
[all...]
H A Dcg_arcs.c51 Arc **arcs;
58 Arc *
61 Arc *arc;
91 Arc *arc, **newarcs;
106 arc = (Arc *) xmalloc (sizeof (*arc));
127 newarcs = (Arc **)xmalloc(sizeof (Arc *) * maxarcs);
130 memcpy (newarcs, arcs, numarcs * sizeof (Arc *));
166 Arc *arc;
275 Arc *ar
[all...]
H A Dcall_graph.c110 Arc *arc;
H A Dcg_dfn.c273 Arc *arc;
H A Dgmon_io.c642 Arc *arc;
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp538 /// Dumps each object file in \a Arc;
539 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { argument
541 for (auto &Child : Arc->children(Err)) {
545 reportError(std::move(E), Arc->getFileName());
551 dumpObject(*Obj, Writer, Arc);
558 Arc->getFileName());
561 reportError(std::move(Err), Arc->getFileName());
610 if (Archive *Arc = dyn_cast<Archive>(Bin.get()))
611 dumpArchive(Arc, Writer);
/openbsd-current/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp500 static void dumpArchive(const Archive *Arc) { argument
502 for (const auto &ArcC : Arc->children(Err)) {
511 reportError(Arc->getFileName(), Buf);
520 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format);
536 if (Archive *Arc = dyn_cast<Archive>(&Binary))
537 dumpArchive(Arc);

Completed in 206 milliseconds