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.c38 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.c203 if (fetch_seccomp_fprog(tcp, addr, &fprog)) { in print_seccomp_filter()
DMakefile188 fetch_seccomp_fprog.c fetch_struct_flock.c \
200 libmpers_m32_a-fetch_seccomp_fprog.$(OBJEXT) \
232 fetch_seccomp_fprog.c fetch_struct_flock.c \
245 libmpers_mx32_a-fetch_seccomp_fprog.$(OBJEXT) \
296 fcntl.c fetch_seccomp_fprog.c fetch_struct_flock.c \
342 strace-fetch_seccomp_fprog.$(OBJEXT) \
1041 fetch_seccomp_fprog.c fetch_struct_flock.c \
1643 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
1835 include ./$(DEPDIR)/libmpers_m32_a-fetch_seccomp_fprog.Po
1871 include ./$(DEPDIR)/libmpers_mx32_a-fetch_seccomp_fprog.Po
[all …]
DAndroid.mk52 fetch_seccomp_fprog.c \
DMakefile.in188 fetch_seccomp_fprog.c fetch_struct_flock.c \
200 libmpers_m32_a-fetch_seccomp_fprog.$(OBJEXT) \
232 fetch_seccomp_fprog.c fetch_struct_flock.c \
245 libmpers_mx32_a-fetch_seccomp_fprog.$(OBJEXT) \
296 fanotify.c fchownat.c fcntl.c fetch_seccomp_fprog.c \
344 strace-fcntl.$(OBJEXT) strace-fetch_seccomp_fprog.$(OBJEXT) \
1066 fcntl.c fetch_seccomp_fprog.c fetch_struct_flock.c \
1671 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
1863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_m32_a-fetch_seccomp_fprog.Po@am__quote@
1899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpers_mx32_a-fetch_seccomp_fprog.Po@am__quote@
[all …]
DMakefile.am118 fetch_seccomp_fprog.c \
DChangeLog6823 fetch_seccomp_fprog: change address argument type from long to kernel_ureg_t
6824 * fetch_seccomp_fprog.c (fetch_seccomp_fprog): Change address argument
21201 * fetch_seccomp_fprog.c: New file.
21204 (print_seccomp_filter): Use fetch_seccomp_fprog.