Searched refs:fetch_struct_stat (Results 1 – 12 of 12) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 13 .fetch_struct_stat = fetch_struct_stat,
|
D | printers.h | 36 …_Bool (*fetch_struct_stat)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat *c… member 37 #define fetch_struct_stat MPERS_PRINTER_NAME(fetch_struct_stat) macro
|
D | stat.c | 37 if (fetch_struct_stat(tcp, addr, &st)) in decode_struct_stat()
|
D | m32_printer_defs.h | 13 .fetch_struct_stat = m32_fetch_struct_stat,
|
D | mx32_printer_defs.h | 13 .fetch_struct_stat = mx32_fetch_struct_stat,
|
D | mpers.am | 2 …ct_keyctl_kdf_params.c fetch_struct_mmsghdr.c fetch_struct_msghdr.c fetch_struct_stat.c fetch_stru…
|
D | fetch_struct_stat.c | 75 MPERS_PRINTER_DECL(bool, fetch_struct_stat, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 13 extern _Bool fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat…
|
D | Android.bp | 62 "fetch_struct_stat.c",
|
D | Makefile.in | 204 fetch_struct_msghdr.c fetch_struct_stat.c \ 221 libmpers_m32_a-fetch_struct_stat.$(OBJEXT) \ 255 fetch_struct_msghdr.c fetch_struct_stat.c \ 273 libmpers_mx32_a-fetch_struct_stat.$(OBJEXT) \ 333 fetch_struct_msghdr.c fetch_struct_stat.c \ 409 strace-fetch_struct_stat.$(OBJEXT) \ 1359 fetch_struct_stat.c fetch_struct_stat64.c \ 2007 …ct_keyctl_kdf_params.c fetch_struct_mmsghdr.c fetch_struct_msghdr.c fetch_struct_stat.c fetch_stru… 2208 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_struct_stat.Po@am__quote@ 2249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_struct_stat.Po@am__quote@ [all …]
|
D | Makefile.am | 144 fetch_struct_stat.c \
|
D | ChangeLog | 16583 * fetch_struct_stat.c (HAVE_NSEC): New macro. 16584 (fetch_struct_stat): Initialize has_nsec field with HAVE_NSEC. 21688 fetch_struct_stat: change address argument type from unsigned long to kernel_ureg_t 21689 * fetch_struct_stat.c (fetch_struct_stat): Change address argument 26015 * fetch_struct_stat.c: New file. 26031 * Makefile.am (strace_SOURCES): Add fetch_struct_stat.c,
|