Home
last modified time | relevance | path

Searched refs:bpf_class (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dbpf_class.h5 # error static const struct xlat bpf_class in mpers mode
10 const struct xlat bpf_class[] = { variable
DMakemodule.am1 …pg_ops.in xlat/bootflags1.in xlat/bootflags2.in xlat/bootflags3.in xlat/bpf_class.in xlat/bpf_comm…
2 …/blkpg_ops.h xlat/bootflags1.h xlat/bootflags2.h xlat/bootflags3.h xlat/bpf_class.h xlat/bpf_comma…
37 $(top_srcdir)/xlat/bpf_class.h: $(top_srcdir)/xlat/bpf_class.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dseccomp.c67 printxval(bpf_class, BPF_CLASS(code), "BPF_???"); in decode_bpf_code()