Home | History | Annotate | Download | only in aarch64

Lines Matching refs:fetch_context

36 struct fetch_context
47 context_init(struct fetch_context *context, struct process *proc)
62 struct fetch_context *
63 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context)
65 struct fetch_context *ret = malloc(sizeof(*ret));
72 fetch_next_gpr(struct fetch_context *context, unsigned char *buf)
79 fetch_gpr(struct fetch_context *context, struct value *value, size_t sz)
96 fetch_next_sse(struct fetch_context *context, unsigned char *buf, size_t sz)
103 fetch_sse(struct fetch_context *context, struct value *value, size_t sz)
114 fetch_hfa(struct fetch_context *context,
131 fetch_stack(struct fetch_context *context, struct value *value,
173 pass_arg(struct fetch_context const *context,
257 fetch_arg(struct fetch_context *context,
288 struct fetch_context *
292 struct fetch_context *context = malloc(sizeof *context);
324 arch_fetch_arg_next(struct fetch_context *context, enum tof type,
333 arch_fetch_retval(struct fetch_context *context, enum tof type,
350 arch_fetch_arg_done(struct fetch_context *context)