Home
last modified time | relevance | path

Searched defs:fetch_context (Results 1 – 9 of 9) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/arm/
Dfetch.c47 struct fetch_context { struct
48 struct pt_regs regs;
50 struct {
77 fetch_register_banks(struct process *proc, struct fetch_context *context) in fetch_register_banks() argument
/external/ltrace/sysdeps/linux-gnu/m68k/
Dfetch.c35 struct fetch_context struct
46 fetch_register_banks(struct process *proc, struct fetch_context *context, in fetch_register_banks() argument
/external/ltrace/sysdeps/linux-gnu/ppc/
Dfetch.c54 struct fetch_context { struct
69 fetch_context_init(struct process *proc, struct fetch_context *context) in fetch_context_init() argument
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dfetch.c36 struct fetch_context struct
47 context_init(struct fetch_context *context, struct process *proc) in context_init() argument
/external/ltrace/sysdeps/linux-gnu/s390/
Dfetch.c37 struct fetch_context { struct
45 s390x(struct fetch_context *ctx) in s390x() argument
/external/ltrace/sysdeps/linux-gnu/ia64/
Dfetch.c37 struct fetch_context { struct
38 arch_addr_t stack_pointer;
39 struct pt_all_user_regs regs;
40 enum param_pack_flavor ppflavor;
66 fetch_context_init(struct process *proc, struct fetch_context *context) in fetch_context_init() argument
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c56 struct fetch_context struct
58 struct user_regs_struct iregs;
59 struct user_fpregs_struct fpregs;
61 arch_addr_t stack_pointer;
62 size_t ireg; /* Used-up integer registers. */
63 size_t freg; /* Used-up floating registers. */
64 int machine;
66 union {
77 } u;
/external/ltrace/
Dfetch.c59 struct fetch_context { struct
63 struct fetch_context * argument
Dproc.h75 struct fetch_context *fetch_context; member