Searched refs:fetch_struct_stat64 (Results 1 – 12 of 12) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 14 .fetch_struct_stat64 = fetch_struct_stat64,
|
D | printers.h | 39 …_Bool (*fetch_struct_stat64)(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat … member 40 #define fetch_struct_stat64 MPERS_PRINTER_NAME(fetch_struct_stat64) macro
|
D | stat64.c | 37 if (fetch_struct_stat64(tcp, addr, &st)) in decode_struct_stat64()
|
D | mx32_printer_defs.h | 14 .fetch_struct_stat64 = mx32_fetch_struct_stat64,
|
D | m32_printer_defs.h | 14 .fetch_struct_stat64 = m32_fetch_struct_stat64,
|
D | mpers.am | 2 …c fetch_struct_mmsghdr.c fetch_struct_msghdr.c fetch_struct_stat.c fetch_struct_stat64.c fetch_str…
|
D | fetch_struct_stat64.c | 73 MPERS_PRINTER_DECL(bool, fetch_struct_stat64, in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 14 extern _Bool fetch_struct_stat64(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_st…
|
D | Android.bp | 66 "fetch_struct_stat64.c",
|
D | Makefile.in | 205 fetch_struct_stat64.c fetch_struct_statfs.c \ 222 libmpers_m32_a-fetch_struct_stat64.$(OBJEXT) \ 256 fetch_struct_stat64.c fetch_struct_statfs.c \ 274 libmpers_mx32_a-fetch_struct_stat64.$(OBJEXT) \ 334 fetch_struct_stat64.c fetch_struct_statfs.c \ 410 strace-fetch_struct_stat64.$(OBJEXT) \ 1359 fetch_struct_stat.c fetch_struct_stat64.c \ 2007 …c fetch_struct_mmsghdr.c fetch_struct_msghdr.c fetch_struct_stat.c fetch_struct_stat64.c fetch_str… 2209 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_struct_stat64.Po@am__quote@ 2250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_struct_stat64.Po@am__quote@ [all …]
|
D | Makefile.am | 145 fetch_struct_stat64.c \
|
D | ChangeLog | 16585 * fetch_struct_stat64.c (HAVE_NSEC): New macro. 16586 (fetch_struct_stat64): Initialize has_nsec field with HAVE_NSEC. 21684 fetch_struct_stat64: change address argument type from unsigned long to kernel_ureg_t 21685 * fetch_struct_stat64.c (fetch_struct_stat64): Change address argument 26016 * fetch_struct_stat64.c: Likewise. 26032 fetch_struct_stat64.c, print_struct_stat.c, oldstat.c, stat.c, stat.h,
|