Functions | |||
![]() | ![]() | bool | is_immediate_pair (inst_t* instp) |
![]() | ![]() | int32 | immediate_pair_target (inst_t* instp) |
![]() | ![]() | pc_t | get_target_of_branch_instruction (inst_t* instp) |
![]() | ![]() | void | set_target_of_branch_instruction (inst_t* instp, void* newVal) |
![]() | ![]() | pc_t | get_target_of_C_call_site (inst_t* instp) |
![]() | ![]() | pc_t | get_target_of_Self_call_site (inst_t* instp) |
![]() | ![]() | void | set_target_of_Self_call_site (inst_t* instp, void* target) |
![]() | ![]() | void | set_immediate_pair_target (inst_t *instp, int32 nv) |
![]() | ![]() | char* | address_of_overwritten_NIC_save_instruction (int32* orig_save_addr) |
bool is_immediate_pair (inst_t * instp) |
int32 immediate_pair_target (inst_t * instp) |
pc_t get_target_of_branch_instruction (inst_t * instp) |
void set_target_of_branch_instruction (inst_t * instp, void * newVal) |
pc_t get_target_of_C_call_site (inst_t * instp) |
pc_t get_target_of_Self_call_site (inst_t * instp) |
void set_target_of_Self_call_site (inst_t * instp, void * target) |
void set_immediate_pair_target (inst_t * instp, int32 nv) |
char * address_of_overwritten_NIC_save_instruction (int32 * orig_save_addr) |