Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching full:program

32 // this DAG to a Sandbox::Program.
50 // Sandbox::Program program;
51 // gen.Compile(dag, program);
53 // static_cast<unsigned short>(program->size()), &program[0] };
63 static void PrintProgram(const Sandbox::Program& program);
89 // Compiles the graph of instructions into a BPF program that can be passed
92 void Compile(Instruction *instructions, Sandbox::Program *program);
127 // This is a requirement for any well-formed BPF program.
138 // Concatenate instructions from all basic blocks into a BPF program that
140 void ConcatenateBasicBlocks(const BasicBlocks&, Sandbox::Program *program);