Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c40 #define DPRINTF(msg, file) if (debug & ELFDEBUG) \
43 #define PRINTF(msg) if (debug & ELFDEBUG) \
46 #define DEBUG_DUP_DEL(keeper, louser) if (debug & ELFDEBUG) \
H A Dgprof.h409 #define ELFDEBUG 0x0040 macro