Searched refs:fetch_seccomp_fprog (Results 1 – 13 of 13) sorted by relevance
/external/strace/ |
D | native_printer_defs.h | 5 .fetch_seccomp_fprog = fetch_seccomp_fprog,
|
D | printers.h | 12 _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
|
D | fetch_seccomp_fprog.c | 37 MPERS_PRINTER_DECL(bool, fetch_seccomp_fprog, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | m32_printer_defs.h | 5 .fetch_seccomp_fprog = m32_fetch_seccomp_fprog,
|
D | mx32_printer_defs.h | 5 .fetch_seccomp_fprog = mx32_fetch_seccomp_fprog,
|
D | mpers.am | 2 mpers_source_files = block.c btrfs.c dirent.c evdev.c fetch_seccomp_fprog.c fetch_struct_flock.c fe…
|
D | native_printer_decls.h | 5 extern _Bool fetch_seccomp_fprog(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
|
D | seccomp.c | 196 if (fetch_seccomp_fprog(tcp, addr, &fprog)) { in print_seccomp_filter()
|
D | Makefile | 187 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 …]
|
D | Makefile.in | 187 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 …]
|
D | Android.mk | 72 fetch_seccomp_fprog.c \
|
D | Makefile.am | 115 fetch_seccomp_fprog.c \
|
D | ChangeLog | 2277 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.
|