Home
last modified time | relevance | path

Searched refs:new_instr_buf (Results 1 – 2 of 2) sorted by relevance

/external/minijail/
Dsyscall_filter.c44 struct sock_filter *new_instr_buf(size_t count) in new_instr_buf() function
107 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_kill()
114 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_trap()
121 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_errno()
128 struct sock_filter *filter = new_instr_buf(ALLOW_SYSCALL_LEN); in append_allow_syscall()
350 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line()
392 struct sock_filter *group_end_block = new_instr_buf(TWO_INSTRS); in compile_policy_line()
427 struct sock_filter *success_block = new_instr_buf(TWO_INSTRS); in compile_policy_line()
590 new_instr_buf(ALLOW_SYSCALL_LEN); in compile_file()
635 struct sock_filter *valid_arch = new_instr_buf(ARCH_VALIDATION_LEN); in compile_filter()
[all …]
/external/v8/src/s390/
Dsimulator-s390.cc2671 char new_instr_buf[8]; in DecodeFourByte() local
2672 char* addr = reinterpret_cast<char*>(&new_instr_buf[0]); in DecodeFourByte()
6716 char new_instr_buf[8]; in EVALUATE() local
6717 char* addr = reinterpret_cast<char*>(&new_instr_buf[0]); in EVALUATE()