Searched refs:MAX_STACKDEPTH (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dgp-experiment.h185 #define MAX_STACKDEPTH 2048 macro
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dgp-experiment.h185 #define MAX_STACKDEPTH 2048 macro
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c389 if (n > MAX_STACKDEPTH)
390 n = MAX_STACKDEPTH;
404 if (n > MAX_STACKDEPTH)
405 n = MAX_STACKDEPTH;
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c393 if (n > MAX_STACKDEPTH)
394 n = MAX_STACKDEPTH;
408 if (n > MAX_STACKDEPTH)
409 n = MAX_STACKDEPTH;

Completed in 126 milliseconds