One method for resolving the targets is to assume that the jump will transfercontrol to every instruction (or to every block).
解析这些跳转目标的一个方法是,假定跳转会把控制传送给每条指令(或每个指令块)。
2
The target of the jump instruction itself may be hidden by computing its address in a register and using an indirect jump instruction to transfercontrol to the address in that register.