Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dxrefs.c235 …anal->cb_printf (" 0x%"PFMT64x" -> %9s -> 0x%"PFMT64x, ref->at, r_anal_xrefs_type_tostring (t), re… in r_anal_xrefs_list()
247 …ntf ("0x%08"PFMT64x" -> 0x%08"PFMT64x" %s\n", ref->at, ref->addr, r_anal_xrefs_type_tostring (t)); in r_anal_xrefs_list()
259 pj_ks (pj, "type", r_anal_xrefs_type_tostring (t)); in r_anal_xrefs_list()
282 R_API const char *r_anal_xrefs_type_tostring(RAnalRefType type) { in r_anal_xrefs_type_tostring() function
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_anal.c7688 r_cons_printf ("0x%"PFMT64x" %s\n", ref->addr, r_anal_xrefs_type_tostring (ref->type)); in cmd_anal_refs()
7729 pj_ks (pj, "type", r_anal_xrefs_type_tostring (ref->type)); in cmd_anal_refs()
7811 buf_fcn, ref->addr, r_anal_xrefs_type_tostring (ref->type), buf_asm); in cmd_anal_refs()
7848 pj_ks (pj, "type", r_anal_xrefs_type_tostring(refi->type)); in cmd_anal_refs()
7855 r_anal_xrefs_type_tostring(refi->type), refi->at, refi->addr, name); in cmd_anal_refs()
7907 pj_ks (pj, "type", r_anal_xrefs_type_tostring (ref->type)); in cmd_anal_refs()
H A Ddisasm.c1331 r_anal_xrefs_type_tostring (refi->type), refi->addr); in ds_show_xrefs()
1411 COLOR (ds, pal_comment), r_anal_xrefs_type_tostring (refi->type), plural, in ds_show_xrefs()
6160 pj_ks (pj, "type", r_anal_xrefs_type_tostring (ref->type)); in r_core_print_disasm_json()
6178 pj_ks (pj, "type", r_anal_xrefs_type_tostring (ref->type)); in r_core_print_disasm_json()
H A Dcanal.c2904 pj_ks (pj, "type", r_anal_xrefs_type_tostring (refi->type)); in fcn_print_json()
2933 pj_ks (pj, "type", r_anal_xrefs_type_tostring (refi->type)); in fcn_print_json()
H A Dvisual.c1493 r_anal_xrefs_type_tostring (refi->type), in r_core_visual_refs()
H A Dcmd_search.c2028 buf_fcn, ref->addr, r_anal_xrefs_type_tostring (ref->type), str);
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h1662 R_API const char *r_anal_xrefs_type_tostring(RAnalRefType type);