Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c42 #define DPRINTF(msg, file) if (debug & ELFDEBUG) \
45 #define PRINTF(msg) if (debug & ELFDEBUG) \
48 #define DEBUG_DUP_DEL(keeper, louser) if (debug & ELFDEBUG) \
H A Dgprof.h413 #define ELFDEBUG 0x0040 macro