Searched defs:const_str (Results 1 – 1 of 1) sorted by relevance
/base/startup/init/services/modules/seccomp/scripts/ |
D | generate_code_from_policy.py | 377 def gen_bpf_eq32(const_str, jt, jf): argument 383 def gen_bpf_eq64(const_str, jt, jf): argument 390 def gen_bpf_eq(self, const_str, jt, jf): argument 397 def gen_bpf_ne(self, const_str, jt, jf): argument 401 def gen_bpf_gt32(const_str, jt, jf): argument 407 def gen_bpf_gt64(const_str, jt, jf): argument 425 def gen_bpf_gt(self, const_str, jt, jf): argument 432 def gen_bpf_le(self, const_str, jt, jf): argument 436 def gen_bpf_ge32(const_str, jt, jf): argument 442 def gen_bpf_ge64(const_str, jt, jf): argument [all …]
|