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 | 271 def gen_bpf_eq32(const_str, jt, jf): argument 277 def gen_bpf_eq64(const_str, jt, jf): argument 284 def gen_bpf_eq(self, const_str, jt, jf): argument 291 def gen_bpf_ne(self, const_str, jt, jf): argument 295 def gen_bpf_gt32(const_str, jt, jf): argument 301 def gen_bpf_gt64(const_str, jt, jf): argument 319 def gen_bpf_gt(self, const_str, jt, jf): argument 326 def gen_bpf_le(self, const_str, jt, jf): argument 330 def gen_bpf_ge32(const_str, jt, jf): argument 336 def gen_bpf_ge64(const_str, jt, jf): argument [all …]
|