Searched refs:at_flags (Results 1 – 12 of 12) sorted by relevance
/external/strace/ |
D | link.c | 57 printflags(at_flags, tcp->u_arg[4], "AT_???"); in SYS_FUNC() 67 printflags(at_flags, tcp->u_arg[2], "AT_???"); in SYS_FUNC()
|
D | fchownat.c | 10 printflags(at_flags, tcp->u_arg[4], "AT_???"); in SYS_FUNC()
|
D | stat.c | 72 printflags(at_flags, tcp->u_arg[3], "AT_???"); in SYS_FUNC()
|
D | stat64.c | 72 printflags(at_flags, tcp->u_arg[3], "AT_???"); in SYS_FUNC()
|
D | utimes.c | 63 printflags(at_flags, tcp->u_arg[3], "AT_???"); in SYS_FUNC()
|
D | statx.c | 51 printflags(at_flags, flags, NULL); in SYS_FUNC()
|
D | execve.c | 134 printflags(at_flags, tcp->u_arg[4], "AT_???"); in SYS_FUNC()
|
D | defs.h | 315 extern const struct xlat at_flags[];
|
D | Makefile.in | 849 xlat/arp_hardware_types.in xlat/at_flags.in \ 1094 xlat/arp_hardware_types.h xlat/at_flags.h \ 7426 $(top_srcdir)/xlat/at_flags.h: $(top_srcdir)/xlat/at_flags.in $(top_srcdir)/xlat/gen.sh
|
D | ChangeLog | 38300 * xlat/at_flags.in: ... here. 42088 Export at_flags. 42089 * defs.h (at_flags): New prototype. 48601 structures into the single at_flags xlat structure will fix 48605 (at_flags): New xlat structure, with records for all AT_* constants. 48608 sys_utimensat): Use at_flags.
|
/external/strace/xlat/ |
D | at_flags.h | 46 const struct xlat at_flags[] = { variable
|
D | Makemodule.am | 1 …ns.in xlat/aio_cmds.in xlat/archvals.in xlat/arp_hardware_types.in xlat/at_flags.in xlat/at_statx_… 2 …rsions.h xlat/aio_cmds.h xlat/archvals.h xlat/arp_hardware_types.h xlat/at_flags.h xlat/at_statx_s… 25 $(top_srcdir)/xlat/at_flags.h: $(top_srcdir)/xlat/at_flags.in $(top_srcdir)/xlat/gen.sh
|