Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dxrefs.c27 static RAnalRef *r_anal_ref_new(ut64 addr, ut64 at, ut64 type) { in r_anal_ref_new()
28 RAnalRef *ref = R_NEW (RAnalRef); in r_anal_ref_new()
55 RAnalRef *ref = (RAnalRef *)v; in appendRef()
56 RAnalRef *cloned = r_anal_ref_new (ref->addr, ref->at, ref->type); in appendRef()
70 static int ref_cmp(const RAnalRef *a, const RAnalRef *b) { in ref_cmp()
114 RAnalRef *ref = r_anal_ref_new (to, from, type); in setxref()
207 RAnalRef *ref; in r_anal_xrefs_list()
H A Dvtable.c134 RAnalRef *xref; in vtable_is_addr_vtable_start_msvc()
H A Dfcn.c325 RAnalRef *ref; in check_purity()
1413 RAnalRef *ref; in r_anal_trim_jmprefs()
1428 RAnalRef *ref; in r_anal_del_jmprefs()
H A Dsign.c116 RAnalRef *refi = NULL; in r_sign_fcn_xrefs()
142 RAnalRef *refi = NULL; in r_sign_fcn_refs()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dvmenus_graph.c71 RAnalRef *ref; in __xrefs()
94 RAnalRef *ref; in __refs()
H A Dcanal.c368 RAnalRef *ref; in anal_fcn_autoname()
576 RAnalRef *ref; in r_anal_set_stringrefs()
613 RAnalRef ref1; in r_anal_try_get_fcn()
650 RAnalRef *ref; in r_anal_analyze_fcn_refs()
2238 RAnalRef *ref; in r_core_anal_datarefs()
2265 RAnalRef *ref; in r_core_anal_coderefs()
2293 RAnalRef *ref; in add_single_addr_xrefs()
2351 RAnalRef *fcnr; in r_core_anal_callgraph()
2601 RAnalRef *ref; in fcnlist_gather_metadata()
2761 RAnalRef *refi; in r_core_anal_fcn_get_calls()
[all …]
H A Danal_objc.c277 RAnalRef *ref; in objc_find_refs()
H A Dcmd_anal.c2203 RAnalRef *ref; in get_xrefs()
4104 RAnalRef *r; in cmd_anal_fcn()
4142 RAnalRef *ref; in cmd_anal_fcn()
4252 RAnalRef *ref; in cmd_anal_fcn()
7371 RAnalRef *ref; in anal_axg()
7597 RAnalRef *ref; in cmd_anal_refs()
7668 RAnalRef *ref; in cmd_anal_refs()
7704 RAnalRef *ref; in cmd_anal_refs()
7835 RAnalRef *refi; in cmd_anal_refs()
7869 RAnalRef *ref; in cmd_anal_refs()
[all …]
H A Dcmd_open.c1013 RAnalRef *ref = (RAnalRef *)v; in __rebase_refs_i()
H A Ddisasm.c1033 RAnalRef *ref; in ds_build_op_str()
1246 RAnalRef *ref; in ds_show_refs()
1293 RAnalRef *refi; in ds_show_xrefs()
1363 ut64 next_addr = ((RAnalRef *)(iter->n->data))->addr; in ds_show_xrefs()
1382 ut64 next_addr = ((RAnalRef *)(iter->n->data))->addr; in ds_show_xrefs()
3896 RAnalRef *ref; in ds_print_ptr()
6151 RAnalRef *ref; in r_core_print_disasm_json()
6169 RAnalRef *ref; in r_core_print_disasm_json()
H A Dcmd_info.c168 RAnalRef *ref; in cmd_info_here()
H A Dvisual.c1357 RAnalRef *refi = r_list_get_n (xrefs, choice); in follow_ref()
1392 RAnalRef *refi; in r_core_visual_refs()
H A Dcmd_print.c4443 RAnalRef *ref; in __op_refs()
5069 RAnalRef *refi; in cmd_print()
H A Dcore.c344 RAnalRef *r; in getref()
H A Dcmd_search.c2001 RAnalRef *ref;
H A Dagraph.c2441 RAnalRef *ref; in get_cgnodes()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h949 } RAnalRef; typedef
1659 typedef bool (* RAnalRefCmp)(RAnalRef *ref, void *data);