Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dfcn.c414 RAnalFunction *other_fcn = r_list_first (block->fcns); in fcn_takeover_block_recursive_followthrough_cb() local
415 if (other_fcn->addr == block->addr) { in fcn_takeover_block_recursive_followthrough_cb()
422 RPVector *vars_used = r_anal_function_get_vars_used_at (other_fcn, addr); in fcn_takeover_block_recursive_followthrough_cb()
433 : other_var->delta + (other_fcn->bp_off - our_fcn->bp_off); in fcn_takeover_block_recursive_followthrough_cb()
444 r_anal_function_delete_var (other_fcn, other_var); in fcn_takeover_block_recursive_followthrough_cb()
451 r_anal_function_remove_block (other_fcn, block); in fcn_takeover_block_recursive_followthrough_cb()