Searched refs:dfn_maxdepth (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_dfn.c54 int dfn_maxdepth = 0; variable
217 if (dfn_depth >= dfn_maxdepth)
219 dfn_maxdepth += DFN_INCR_DEPTH;
221 dfn_maxdepth * sizeof *dfn_stack);
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_dfn.c54 int dfn_maxdepth = 0; variable
217 if (dfn_depth >= dfn_maxdepth)
219 dfn_maxdepth += DFN_INCR_DEPTH;
221 dfn_maxdepth * sizeof *dfn_stack);
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_dfn.c54 int dfn_maxdepth = 0; variable
217 if (dfn_depth >= dfn_maxdepth)
219 dfn_maxdepth += DFN_INCR_DEPTH;
221 dfn_maxdepth * sizeof *dfn_stack);

Completed in 96 milliseconds