Home
last modified time | relevance | path

Searched refs:dfn_maxdepth (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_dfn.c54 int dfn_maxdepth = 0; variable
217 if (dfn_depth >= dfn_maxdepth) in pre_visit()
219 dfn_maxdepth += DFN_INCR_DEPTH; in pre_visit()
220 dfn_stack = xrealloc (dfn_stack, dfn_maxdepth * sizeof *dfn_stack); in pre_visit()
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dcg_dfn.c54 int dfn_maxdepth = 0; variable
221 if (dfn_depth >= dfn_maxdepth)
223 dfn_maxdepth += DFN_INCR_DEPTH;
224 dfn_stack = xrealloc (dfn_stack, dfn_maxdepth * sizeof *dfn_stack);