Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcanal.c2964 r_anal_var_list_show (core->anal, fcn, 'b', 'j', pj); in fcn_print_json()
2966 r_anal_var_list_show (core->anal, fcn, 's', 'j', pj); in fcn_print_json()
2968 r_anal_var_list_show (core->anal, fcn, 'r', 'j', pj); in fcn_print_json()
3163 r_anal_var_list_show (core->anal, fcn, 'b', 0, NULL); in fcn_print_legacy()
3164 r_anal_var_list_show (core->anal, fcn, 's', 0, NULL); in fcn_print_legacy()
3165 r_anal_var_list_show (core->anal, fcn, 'r', 0, NULL); in fcn_print_legacy()
H A Dcmd_anal.c1291 r_anal_var_list_show (core->anal, fcn, 's', 'j', pj); in var_cmd()
1293 r_anal_var_list_show (core->anal, fcn, 'b', 'j', pj); in var_cmd()
1295 r_anal_var_list_show (core->anal, fcn, 'r', 'j', pj); in var_cmd()
1469 r_anal_var_list_show (core->anal, fcn, type, str[1], NULL); in var_cmd()
1476 r_anal_var_list_show (core->anal, fcn, type, str[1], pj); in var_cmd()
1481 r_anal_var_list_show (core->anal, fcn, core->offset, 0, NULL); in var_cmd()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvar.c1223 R_API void r_anal_var_list_show(RAnal *anal, RAnalFunction *fcn, int kind, int mode, PJ *pj) { in r_anal_var_list_show() function
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h1786 R_API void r_anal_var_list_show(RAnal *anal, RAnalFunction *fcn, int kind, int mode, PJ* pj);