Home
last modified time | relevance | path

Searched refs:fetch_seccomp_fprog (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dnative_printer_defs.h5 .fetch_seccomp_fprog = fetch_seccomp_fprog,
Dprinters.h12 _Bool (*fetch_seccomp_fprog)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p); member
13 #define fetch_seccomp_fprog MPERS_PRINTER_NAME(fetch_seccomp_fprog) macro
Dfetch_seccomp_fprog.c37 MPERS_PRINTER_DECL(bool, fetch_seccomp_fprog, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dm32_printer_defs.h5 .fetch_seccomp_fprog = m32_fetch_seccomp_fprog,
Dmx32_printer_defs.h5 .fetch_seccomp_fprog = mx32_fetch_seccomp_fprog,
Dmpers.am2 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
Dnative_printer_decls.h5 extern _Bool fetch_seccomp_fprog(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
Dseccomp.c196 if (fetch_seccomp_fprog(tcp, addr, &fprog)) { in print_seccomp_filter()
DMakefile187 fetch_seccomp_fprog.c fetch_struct_flock.c \
198 libmpers_m32_a-fetch_seccomp_fprog.$(OBJEXT) \
229 fetch_seccomp_fprog.c fetch_struct_flock.c \
241 libmpers_mx32_a-fetch_seccomp_fprog.$(OBJEXT) \
290 fcntl.c fetch_seccomp_fprog.c fetch_struct_flock.c \
334 strace-fetch_seccomp_fprog.$(OBJEXT) \
1020 fetch_seccomp_fprog.c fetch_struct_flock.c \
1575 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
1767 include ./$(DEPDIR)/libmpers_m32_a-fetch_seccomp_fprog.Po
1802 include ./$(DEPDIR)/libmpers_mx32_a-fetch_seccomp_fprog.Po
[all …]
DMakefile.in187 fetch_seccomp_fprog.c fetch_struct_flock.c \
198 libmpers_m32_a-fetch_seccomp_fprog.$(OBJEXT) \
229 fetch_seccomp_fprog.c fetch_struct_flock.c \
241 libmpers_mx32_a-fetch_seccomp_fprog.$(OBJEXT) \
290 fcntl.c fetch_seccomp_fprog.c fetch_struct_flock.c \
334 strace-fetch_seccomp_fprog.$(OBJEXT) \
1020 fetch_seccomp_fprog.c fetch_struct_flock.c \
1575 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
1767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_seccomp_fprog.Po@am__quote@
1802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_seccomp_fprog.Po@am__quote@
[all …]
DAndroid.mk72 fetch_seccomp_fprog.c \
DMakefile.am115 fetch_seccomp_fprog.c \
DChangeLog2277 fetch_seccomp_fprog: change address argument type from long to kernel_ureg_t
2278 * fetch_seccomp_fprog.c (fetch_seccomp_fprog): Change address argument
16655 * fetch_seccomp_fprog.c: New file.
16658 (print_seccomp_filter): Use fetch_seccomp_fprog.