Home
last modified time | relevance | path

Searched refs:INCL_GRAPH (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.h26 INCL_GRAPH = 0, EXCL_GRAPH, enumerator
H A Dgprof.c264 sym_id_add (optarg, INCL_GRAPH); in main()
364 sym_id_add (optarg, INCL_GRAPH); in main()
H A Dcg_arcs.c470 if (sym_lookup (&syms[INCL_GRAPH], child->addr) in propagate_flags()
471 || (syms[INCL_GRAPH].len == 0 in propagate_flags()
484 if (!sym_lookup (&syms[INCL_GRAPH], child->addr) in propagate_flags()
H A Dgprof.texi1991 printing in the call graph (INCL_GRAPH/EXCL_GRAPH),
2127 The print flag reflects symspec handling of INCL_GRAPH/EXCL_GRAPH,
2130 in INCL_GRAPH or EXCL_GRAPH.
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.h26 INCL_GRAPH = 0, EXCL_GRAPH, enumerator
H A Dgprof.c269 sym_id_add (optarg, INCL_GRAPH);
369 sym_id_add (optarg, INCL_GRAPH);
H A Dcg_arcs.c480 if (sym_lookup (&syms[INCL_GRAPH], child->addr)
481 || (syms[INCL_GRAPH].len == 0
494 if (!sym_lookup (&syms[INCL_GRAPH], child->addr)
H A Dgprof.texi1979 printing in the call graph (INCL_GRAPH/EXCL_GRAPH),
2115 The print flag reflects symspec handling of INCL_GRAPH/EXCL_GRAPH,
2118 in INCL_GRAPH or EXCL_GRAPH.