Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void * | rz_il_handler_bool_false (RzILVM *vm, RzILOpBool *op, RzILTypePure *type) |
also known as b0 More... | |
void * | rz_il_handler_bool_true (RzILVM *vm, RzILOpBool *op, RzILTypePure *type) |
also known as b1 More... | |
void * | rz_il_handler_bool_and (RzILVM *vm, RzILOpBool *op, RzILTypePure *type) |
void * | rz_il_handler_bool_or (RzILVM *vm, RzILOpBool *op, RzILTypePure *type) |
void * | rz_il_handler_bool_xor (RzILVM *vm, RzILOpBool *op, RzILTypePure *type) |
void * | rz_il_handler_bool_inv (RzILVM *vm, RzILOpBool *op, RzILTypePure *type) |
also known as boolean not More... | |
void* rz_il_handler_bool_and | ( | RzILVM * | vm, |
RzILOpBool * | op, | ||
RzILTypePure * | type | ||
) |
Definition at line 29 of file theory_bool.c.
References NULL, rz_il_bool_and(), rz_il_bool_free(), rz_il_evaluate_bool(), RZ_IL_TYPE_PURE_BOOL, rz_return_val_if_fail, type, x, rz_il_op_args_bool_operation_t::x, and rz_il_op_args_bool_operation_t::y.
void* rz_il_handler_bool_false | ( | RzILVM * | vm, |
RzILOpBool * | op, | ||
RzILTypePure * | type | ||
) |
also known as b0
Definition at line 10 of file theory_bool.c.
References NULL, rz_il_bool_new(), RZ_IL_TYPE_PURE_BOOL, rz_return_val_if_fail, and type.
void* rz_il_handler_bool_inv | ( | RzILVM * | vm, |
RzILOpBool * | op, | ||
RzILTypePure * | type | ||
) |
also known as boolean not
Definition at line 77 of file theory_bool.c.
References NULL, rz_il_bool_free(), rz_il_bool_not(), rz_il_evaluate_bool(), RZ_IL_TYPE_PURE_BOOL, rz_return_val_if_fail, type, x, and rz_il_op_args_bool_inv_t::x.
void* rz_il_handler_bool_or | ( | RzILVM * | vm, |
RzILOpBool * | op, | ||
RzILTypePure * | type | ||
) |
Definition at line 44 of file theory_bool.c.
References NULL, rz_il_bool_free(), rz_il_bool_or(), rz_il_evaluate_bool(), RZ_IL_TYPE_PURE_BOOL, rz_return_val_if_fail, type, x, rz_il_op_args_bool_operation_t::x, and rz_il_op_args_bool_operation_t::y.
void* rz_il_handler_bool_true | ( | RzILVM * | vm, |
RzILOpBool * | op, | ||
RzILTypePure * | type | ||
) |
also known as b1
Definition at line 21 of file theory_bool.c.
References NULL, rz_il_bool_new(), RZ_IL_TYPE_PURE_BOOL, rz_return_val_if_fail, and type.
void* rz_il_handler_bool_xor | ( | RzILVM * | vm, |
RzILOpBool * | op, | ||
RzILTypePure * | type | ||
) |
Definition at line 59 of file theory_bool.c.
References NULL, rz_il_bool_free(), rz_il_bool_xor(), rz_il_evaluate_bool(), RZ_IL_TYPE_PURE_BOOL, rz_return_val_if_fail, type, x, rz_il_op_args_bool_operation_t::x, and rz_il_op_args_bool_operation_t::y.