Searched refs:CALLDEBUG (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | mips.c | 59 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()
|
D | alpha.c | 107 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()
|
D | sparc.c | 51 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()
|
D | i386.c | 56 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()
|
D | aarch64.c | 54 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()
|
D | vax.c | 250 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()
|
D | tahoe.c | 238 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()
|
D | gprof.h | 88 #define CALLDEBUG (1<<8) /* 256 */ macro
|