Home
last modified time | relevance | path

Searched refs:struct_user_offsets (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Ddefs.h459 extern const struct xlat struct_user_offsets[];
Dprocess.c2372 const struct xlat struct_user_offsets[] = { variable
3318 for (x = struct_user_offsets; x->str; x++) { in sys_ptrace()
3324 else if (x->val > addr && x != struct_user_offsets) { in sys_ptrace()
DChangeLog764 * process.c (change_syscall, struct_user_offsets): Add MicroBlaze
995 * process.c (change_syscall, struct_user_offsets): Add TILE support.
1007 * process.c (setarg, sys_execv, sys_execve, struct_user_offsets):
DChangeLog-CVS113 (struct xlat struct_user_offsets[]): Ditto.
124 (struct_user_offsets): Add cris-specific data.
266 * util.c: Remove struct_user_offsets[] extern declaration.
792 * process.c (struct_user_offsets): Add MIPS registers.
2037 * process.c (struct_user_offsets) [X86_64]: Reorder elements so
2780 (struct_user_offsets): Ifdef out those which do not exist
2970 * process.c (struct_user_offsets) [LINUX && IA64]: Conditionalize
3038 * process.c (struct_user_offsets) [IA64]: Fix up register name list.
3182 * process.c (struct_user_offsets) [SH]: Check whether REG_XDREG0
3313 * process.c (struct_user_offsets) [LINUX] [ARM]: Add ARM registers.
[all …]
Dutil.c1043 for (x = struct_user_offsets; x->str; x++)