Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsym_ids.h31 INCL_EXEC, EXCL_EXEC, enumerator
H A Dbasic_blocks.c270 if (sym_lookup (&syms[INCL_EXEC], sym->addr) in print_exec_counts()
271 || (syms[INCL_EXEC].len == 0 in print_exec_counts()
H A Dgprof.c233 sym_id_add (optarg, INCL_EXEC); in main()
H A Dgprof.texi1994 and the execution count listing (INCL_EXEC/EXCL_EXEC).
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsym_ids.h31 INCL_EXEC, EXCL_EXEC, enumerator
H A Dbasic_blocks.c278 if (sym_lookup (&syms[INCL_EXEC], sym->addr) in print_exec_counts()
279 || (syms[INCL_EXEC].len == 0 in print_exec_counts()
H A Dgprof.c238 sym_id_add (optarg, INCL_EXEC);
H A Dgprof.texi1982 and the execution count listing (INCL_EXEC/EXCL_EXEC).