Searched refs:seccomp_data (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
D | resumption.c | 94 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 106 offsetof(struct seccomp_data, instruction_pointer)), in FIXTURE_SETUP() 110 offsetof(struct seccomp_data, instruction_pointer)+sizeof(int)), in FIXTURE_SETUP()
|
D | seccomp_bpf_tests.c | 78 struct seccomp_data { struct 86 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument 367 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 391 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 421 offsetof(struct seccomp_data, nr)), in TEST_SIGNAL() 470 offsetof(struct seccomp_data, nr)), in TEST() 494 offsetof(struct seccomp_data, nr)), in TEST() 522 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 630 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() 637 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP() [all …]
|
D | sigsegv.c | 70 offsetof(struct seccomp_data, nr)), in FIXTURE_SETUP()
|