Home
last modified time | relevance | path

Searched refs:fetch_struct_stat (Results 1 – 12 of 12) sorted by relevance

/external/strace/
Dnative_printer_defs.h13 .fetch_struct_stat = fetch_struct_stat,
Dprinters.h36 …_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
Dstat.c37 if (fetch_struct_stat(tcp, addr, &st)) in decode_struct_stat()
Dm32_printer_defs.h13 .fetch_struct_stat = m32_fetch_struct_stat,
Dmx32_printer_defs.h13 .fetch_struct_stat = mx32_fetch_struct_stat,
Dmpers.am2 …ct_keyctl_kdf_params.c fetch_struct_mmsghdr.c fetch_struct_msghdr.c fetch_struct_stat.c fetch_stru…
Dfetch_struct_stat.c75 MPERS_PRINTER_DECL(bool, fetch_struct_stat, in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h13 extern _Bool fetch_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr, struct strace_stat…
DAndroid.bp62 "fetch_struct_stat.c",
DMakefile.in204 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 …]
DMakefile.am144 fetch_struct_stat.c \
DChangeLog16583 * 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,