Home
last modified time | relevance | path

Searched refs:CALLDEBUG (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dmips.c71 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"), in mips_find_call()
81 DBG (CALLDEBUG, in mips_find_call()
88 DBG (CALLDEBUG, in mips_find_call()
94 DBG (CALLDEBUG, printf ("\n")); in mips_find_call()
101 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in mips_find_call()
106 DBG (CALLDEBUG, in mips_find_call()
Dalpha.c119 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"), in alpha_find_call()
140 DBG (CALLDEBUG, in alpha_find_call()
150 DBG (CALLDEBUG, in alpha_find_call()
163 DBG (CALLDEBUG, in alpha_find_call()
169 DBG (CALLDEBUG, printf ("\n")); in alpha_find_call()
178 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in alpha_find_call()
Di386.c68 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n", in i386_find_call()
77 DBG (CALLDEBUG, in i386_find_call()
94 DBG (CALLDEBUG, in i386_find_call()
109 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in i386_find_call()
Dsparc.c63 DBG (CALLDEBUG, printf ("[find_call] %s: 0x%lx to 0x%lx\n", in sparc_find_call()
72 DBG (CALLDEBUG, in sparc_find_call()
83 DBG (CALLDEBUG, in sparc_find_call()
97 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in sparc_find_call()
Dvax.c262 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n", in vax_find_call()
276 DBG (CALLDEBUG, in vax_find_call()
289 DBG (CALLDEBUG, in vax_find_call()
324 DBG (CALLDEBUG, in vax_find_call()
353 DBG (CALLDEBUG, printf ("[findcall]\tbut it's a botch\n")); in vax_find_call()
Dtahoe.c250 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n", in tahoe_find_call()
264 DBG (CALLDEBUG, printf ("[findcall]\t0x%lx:callf", in tahoe_find_call()
277 DBG (CALLDEBUG, in tahoe_find_call()
313 DBG (CALLDEBUG, in tahoe_find_call()
342 DBG (CALLDEBUG, printf ("[findcall]\tbut it's a botch\n")); in tahoe_find_call()
Dgprof.h90 #define CALLDEBUG (1<<8) /* 256 */ macro
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dmips.c74 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
84 DBG (CALLDEBUG,
91 DBG (CALLDEBUG,
97 DBG (CALLDEBUG, printf ("\n"));
104 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
109 DBG (CALLDEBUG,
Dalpha.c120 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
141 DBG (CALLDEBUG,
151 DBG (CALLDEBUG,
164 DBG (CALLDEBUG,
170 DBG (CALLDEBUG, printf ("\n"));
179 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
Dsparc.c66 DBG (CALLDEBUG, printf ("[find_call] %s: 0x%lx to 0x%lx\n",
75 DBG (CALLDEBUG,
86 DBG (CALLDEBUG,
100 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
Di386.c72 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n",
81 DBG (CALLDEBUG,
98 DBG (CALLDEBUG,
113 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
Dvax.c267 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n",
281 DBG (CALLDEBUG,
294 DBG (CALLDEBUG,
329 DBG (CALLDEBUG,
358 DBG (CALLDEBUG, printf ("[findcall]\tbut it's a botch\n"));
Dtahoe.c256 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n",
270 DBG (CALLDEBUG, printf ("[findcall]\t0x%lx:callf",
283 DBG (CALLDEBUG,
319 DBG (CALLDEBUG,
348 DBG (CALLDEBUG, printf ("[findcall]\tbut it's a botch\n"));
Dgprof.h90 #define CALLDEBUG (1<<8) /* 256 */ macro
/openbsd/src/usr.bin/gprof/
Di386.c49 if ( debug & CALLDEBUG ) { in findcall()
60 if ( debug & CALLDEBUG ) { in findcall()
68 if ( debug & CALLDEBUG ) { in findcall()
81 if ( debug & CALLDEBUG ) { in findcall()
Dgprof.h301 #define CALLDEBUG 128 macro