MakeInstruction 174 sandbox/linux/seccomp-bpf/codegen.cc return MakeInstruction(code, err.err_); MakeInstruction 636 sandbox/linux/seccomp-bpf/codegen.cc Instruction* ja = MakeInstruction(BPF_JMP + BPF_JA, 0, last_insn->next); MakeInstruction 692 sandbox/linux/seccomp-bpf/codegen.cc Instruction* ja = MakeInstruction(BPF_JMP + BPF_JA, 0, insn->jt_ptr); MakeInstruction 703 sandbox/linux/seccomp-bpf/codegen.cc Instruction* ja = MakeInstruction(BPF_JMP + BPF_JA, 0, insn->jf_ptr); MakeInstruction 69 sandbox/linux/seccomp-bpf/codegen.h Instruction* MakeInstruction(uint16_t code, MakeInstruction 72 sandbox/linux/seccomp-bpf/codegen.h Instruction* MakeInstruction(uint16_t code, const ErrorCode& err); MakeInstruction 73 sandbox/linux/seccomp-bpf/codegen.h Instruction* MakeInstruction(uint16_t code, MakeInstruction 46 sandbox/linux/seccomp-bpf/codegen_unittest.cc return codegen->MakeInstruction(BPF_RET + BPF_K, MakeInstruction 56 sandbox/linux/seccomp-bpf/codegen_unittest.cc return codegen->MakeInstruction( MakeInstruction 59 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_RET + BPF_K, ErrorCode(EPERM)), MakeInstruction 60 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_RET + BPF_K, MakeInstruction 74 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* ret = codegen->MakeInstruction( MakeInstruction 76 sandbox/linux/seccomp-bpf/codegen_unittest.cc return codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 42, ret, ret); MakeInstruction 91 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* insn0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 42); MakeInstruction 97 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* insn1 = codegen->MakeInstruction(BPF_JMP + BPF_JA, 0, insn0); MakeInstruction 102 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* insn2 = codegen->MakeInstruction(BPF_RET + BPF_K, ErrorCode(42)); MakeInstruction 109 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* insn3 = codegen->MakeInstruction( MakeInstruction 112 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_RET + BPF_K, ErrorCode(42))); MakeInstruction 115 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 42, insn1, insn3); MakeInstruction 126 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 23, insn4); MakeInstruction 139 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 42, insn5, insn4); MakeInstruction 164 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i7 = codegen->MakeInstruction(BPF_RET, ErrorCode(1)); MakeInstruction 165 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i6 = codegen->MakeInstruction(BPF_RET, ErrorCode(0)); MakeInstruction 167 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7); MakeInstruction 168 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i4 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i5); MakeInstruction 170 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5); MakeInstruction 171 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i2 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i3); MakeInstruction 173 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i2, i3); MakeInstruction 174 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); MakeInstruction 192 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i5 = codegen->MakeInstruction(BPF_RET, ErrorCode(1)); MakeInstruction 193 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i4 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i5); MakeInstruction 195 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5); MakeInstruction 196 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i2 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 0, i3); MakeInstruction 198 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i2, i3); MakeInstruction 199 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); MakeInstruction 222 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i7 = codegen->MakeInstruction(BPF_RET, ErrorCode(1)); MakeInstruction 223 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i6 = codegen->MakeInstruction(BPF_RET, ErrorCode(0)); MakeInstruction 225 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7); MakeInstruction 226 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i4 = codegen->MakeInstruction(BPF_RET, ErrorCode(42)); MakeInstruction 228 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 2, i4, i5); MakeInstruction 229 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i2 = codegen->MakeInstruction(BPF_RET, ErrorCode(42)); MakeInstruction 231 sandbox/linux/seccomp-bpf/codegen_unittest.cc codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i2, i3); MakeInstruction 232 sandbox/linux/seccomp-bpf/codegen_unittest.cc Instruction* i0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); MakeInstruction 260 sandbox/linux/seccomp-bpf/codegen_unittest.cc SANDBOX_TEST(CodeGen, MakeInstruction) { MakeInstruction 261 sandbox/linux/seccomp-bpf/codegen_unittest.cc ForAllPrograms(MakeInstruction); MakeInstruction 560 sandbox/linux/seccomp-bpf/sandbox_bpf.cc Instruction* head = gen->MakeInstruction( MakeInstruction 563 sandbox/linux/seccomp-bpf/sandbox_bpf.cc tail = gen->MakeInstruction( MakeInstruction 567 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 591 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, SECCOMP_NR_IDX); MakeInstruction 650 sandbox/linux/seccomp-bpf/sandbox_bpf.cc Instruction* escape_hatch = gen->MakeInstruction( MakeInstruction 653 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 657 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 660 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 664 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_RET + BPF_K, MakeInstruction 680 sandbox/linux/seccomp-bpf/sandbox_bpf.cc Instruction* invalidX32 = gen->MakeInstruction( MakeInstruction 684 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 687 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 786 sandbox/linux/seccomp-bpf/sandbox_bpf.cc return gen->MakeInstruction(BPF_JMP + BPF_JGE + BPF_K, mid->from, jt, jf); MakeInstruction 793 sandbox/linux/seccomp-bpf/sandbox_bpf.cc return gen->MakeInstruction(BPF_RET + BPF_K, err); MakeInstruction 808 sandbox/linux/seccomp-bpf/sandbox_bpf.cc Instruction* msb_head = gen->MakeInstruction( MakeInstruction 811 sandbox/linux/seccomp-bpf/sandbox_bpf.cc Instruction* lsb_head = gen->MakeInstruction( MakeInstruction 819 sandbox/linux/seccomp-bpf/sandbox_bpf.cc lsb_tail = gen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, MakeInstruction 829 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, MakeInstruction 853 sandbox/linux/seccomp-bpf/sandbox_bpf.cc lsb_tail = gen->MakeInstruction(BPF_JMP + BPF_JSET + BPF_K, MakeInstruction 864 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_ALU + BPF_AND + BPF_K, MakeInstruction 866 sandbox/linux/seccomp-bpf/sandbox_bpf.cc lsb_tail = gen->MakeInstruction( MakeInstruction 885 sandbox/linux/seccomp-bpf/sandbox_bpf.cc msb_tail = gen->MakeInstruction(BPF_JMP + BPF_JSET + BPF_K, MakeInstruction 896 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction( MakeInstruction 899 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, MakeInstruction 917 sandbox/linux/seccomp-bpf/sandbox_bpf.cc lsb_tail = gen->MakeInstruction(BPF_JMP + BPF_JSET + BPF_K, MakeInstruction 933 sandbox/linux/seccomp-bpf/sandbox_bpf.cc msb_tail = gen->MakeInstruction(BPF_JMP + BPF_JSET + BPF_K, MakeInstruction 960 sandbox/linux/seccomp-bpf/sandbox_bpf.cc invalid_64bit = gen->MakeInstruction( MakeInstruction 963 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, MakeInstruction 965 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(BPF_JMP + BPF_JGE + BPF_K, MakeInstruction 973 sandbox/linux/seccomp-bpf/sandbox_bpf.cc gen->MakeInstruction(