Searched refs:LT_TOF_FUNCTION (Results 1 – 10 of 10) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/alpha/ |
D | trace.c | 81 if (type == LT_TOF_FUNCTION || type == LT_TOF_FUNCTIONR) { in gimme_arg()
|
/external/ltrace/ |
D | fetch.h | 30 LT_TOF_FUNCTION, /* A real library function */ enumerator
|
D | output.c | 506 begin_of_line(proc, type == LT_TOF_FUNCTION, 1); in output_left()
|
D | handle_event.c | 756 output_left(LT_TOF_FUNCTION, event->proc, in handle_breakpoint()
|
/external/ltrace/sysdeps/linux-gnu/sparc/ |
D | trace.c | 82 if (type == LT_TOF_FUNCTION || type == LT_TOF_SYSCALL || arg_num >= 6) { in gimme_arg()
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 742 if (fetch_register_banks(proc, ctx, type == LT_TOF_FUNCTION) < 0) { in arch_fetch_arg_init() 814 assert(type != LT_TOF_FUNCTION in arch_fetch_fun_retval() 851 case LT_TOF_FUNCTION: in arch_fetch_arg_next()
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
D | fetch.c | 68 if (fetch_register_banks(proc, context, type == LT_TOF_FUNCTION) < 0) { in arch_fetch_arg_init()
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | trace.c | 342 if (type == LT_TOF_FUNCTION || type == LT_TOF_SYSCALL) { in gimme_arg()
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
D | trace.c | 408 if (type == LT_TOF_FUNCTION || type == LT_TOF_SYSCALL) { in gimme_arg()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | trace.c | 1386 struct fetch_context *fetch = fetch_arg_init(LT_TOF_FUNCTION, proc, in ifunc_ret_hit()
|