Searched defs:ret_info (Results 1 - 8 of 8) sorted by relevance

/external/ltrace/
H A Dfetch.c31 struct arg_type_info *ret_info);
65 struct arg_type_info *ret_info)
122 struct arg_type_info *ret_info)
124 return arch_fetch_arg_init(type, proc, ret_info);
64 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
121 fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dfetch.c61 struct arg_type_info *ret_info)
77 size_t sz = type_sizeof(proc, ret_info);
81 if (ret_info->type == ARGTYPE_STRUCT && !(sz <= 4 || sz == 8)) {
82 value_init(&context->retval, proc, NULL, ret_info, 0);
60 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dfetch.c95 struct arg_type_info *ret_info)
108 if (ret_info->type == ARGTYPE_STRUCT)
94 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dfetch.c290 struct arg_type_info *ret_info)
309 struct fetch_script how = pass_arg(context, proc, ret_info);
289 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dfetch.c96 struct arg_type_info *ret_info)
113 if (ret_info->type == ARGTYPE_STRUCT
114 || ret_info->type == ARGTYPE_ARRAY) {
115 size_t sz = type_sizeof(proc, ret_info);
95 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c112 struct arg_type_info *ret_info)
127 context->ret_struct = ret_info->type == ARGTYPE_STRUCT;
111 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c80 struct arg_type_info *ret_info)
79 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c681 struct arg_type_info *ret_info)
685 size_t sz = type_sizeof(proc, ret_info);
690 if (ret_info->type == ARGTYPE_STRUCT) {
691 value_init(retval, proc, NULL, ret_info, 0);
707 struct process *proc, struct arg_type_info *ret_info)
714 = classify_argument(proc, ctx, ret_info, NULL,
733 struct arg_type_info *ret_info)
750 ret = arch_fetch_arg_init_32(ctx, type, proc, ret_info);
752 ret = arch_fetch_arg_init_64(ctx, type, proc, ret_info);
679 arch_fetch_arg_init_32(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
706 arch_fetch_arg_init_64(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *ret_info) argument
732 arch_fetch_arg_init(enum tof type, struct process *proc, struct arg_type_info *ret_info) argument

Completed in 132 milliseconds