Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dmips.c59 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"), in mips_find_call()
70 DBG (CALLDEBUG, in mips_find_call()
79 DBG (CALLDEBUG, in mips_find_call()
85 DBG (CALLDEBUG, printf ("\n")); in mips_find_call()
93 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in mips_find_call()
98 DBG (CALLDEBUG, in mips_find_call()
Dalpha.c107 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"), in alpha_find_call()
128 DBG (CALLDEBUG, in alpha_find_call()
138 DBG (CALLDEBUG, in alpha_find_call()
153 DBG (CALLDEBUG, in alpha_find_call()
159 DBG (CALLDEBUG, printf ("\n")); in alpha_find_call()
169 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in alpha_find_call()
Dsparc.c51 DBG (CALLDEBUG, printf ("[find_call] %s: 0x%lx to 0x%lx\n", in sparc_find_call()
60 DBG (CALLDEBUG, in sparc_find_call()
73 DBG (CALLDEBUG, in sparc_find_call()
88 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in sparc_find_call()
Di386.c56 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n", in i386_find_call()
65 DBG (CALLDEBUG, in i386_find_call()
82 DBG (CALLDEBUG, in i386_find_call()
97 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in i386_find_call()
Daarch64.c54 DBG (CALLDEBUG, printf ("[find_call] %s: 0x%lx to 0x%lx\n", in aarch64_find_call()
66 DBG (CALLDEBUG, in aarch64_find_call()
81 DBG (CALLDEBUG, in aarch64_find_call()
96 DBG (CALLDEBUG, printf ("\tbut it's a botch\n")); in aarch64_find_call()
Dvax.c250 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n", in vax_find_call()
264 DBG (CALLDEBUG, in vax_find_call()
277 DBG (CALLDEBUG, in vax_find_call()
314 DBG (CALLDEBUG, in vax_find_call()
344 DBG (CALLDEBUG, printf ("[findcall]\tbut it's a botch\n")); in vax_find_call()
Dtahoe.c238 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n", in tahoe_find_call()
252 DBG (CALLDEBUG, printf ("[findcall]\t0x%lx:callf", in tahoe_find_call()
265 DBG (CALLDEBUG, in tahoe_find_call()
303 DBG (CALLDEBUG, in tahoe_find_call()
333 DBG (CALLDEBUG, printf ("[findcall]\tbut it's a botch\n")); in tahoe_find_call()
Dgprof.h88 #define CALLDEBUG (1<<8) /* 256 */ macro