Searched refs:return_info (Results 1 – 5 of 5) sorted by relevance
/external/ltrace/ |
D | output.c | 163 proto.return_info = unknown_type; in build_default_prototype() 542 func->return_info); in output_left() 677 value_init(&retval, proc, NULL, func->return_info, 0); in output_right() 679 if (fetch_retval(context, type, proc, func->return_info, in output_right()
|
D | prototype.h | 35 struct arg_type_info *return_info; member
|
D | prototype.c | 44 proto->return_info = NULL; in prototype_init() 60 type_destroy(proto->return_info); in prototype_destroy() 61 free(proto->return_info); in prototype_destroy()
|
D | read_config_file.c | 1133 fun.return_info = parse_lens(plib, loc, &str, NULL, 0, &own, NULL); in process_line() 1134 if (fun.return_info == NULL) { in process_line() 1148 debug(4, " return_type = %d", fun.return_info->type); in process_line()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | trace.c | 1298 if (ret.return_info == NULL) { in linux_IFUNC_prototype() 1300 ret.return_info = type_get_voidptr(); in linux_IFUNC_prototype()
|