Searched refs:allocate_gpr (Results 1 – 2 of 2) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | fetch.c | 34 static int allocate_gpr(struct fetch_context *ctx, struct process *proc, 218 allocate_gpr(struct fetch_context *ctx, struct process *proc, in allocate_gpr() function 261 allocate_gpr(ctx, proc, info, NULL); in allocate_float() 351 rc = allocate_gpr(ctx, proc, long_info, &val); in allocate_argument()
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | fetch.c | 158 allocate_gpr(struct fetch_context *ctx, struct process *proc, in allocate_gpr() function 247 return allocate_gpr(ctx, proc, info, valuep, sz); in arch_fetch_arg_next() 266 return allocate_gpr(ctx, proc, info, valuep, sz); in arch_fetch_arg_next()
|