Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dxrefs.c32 ref->type = (type == -1)? R_ANAL_REF_TYPE_CODE: type; in r_anal_ref_new()
150 res |= r_anal_xrefs_deln (anal, from, to, R_ANAL_REF_TYPE_CODE); in r_anal_xref_del()
284 case R_ANAL_REF_TYPE_CODE: in r_anal_xrefs_type_tostring()
300 case R_ANAL_REF_TYPE_CODE: in r_anal_xrefs_type()
377 case R_ANAL_REF_TYPE_CODE: in r_anal_ref_type_tostring()
H A Djmptbl.c16 r_anal_xrefs_set (anal, switch_addr, case_addr, R_ANAL_REF_TYPE_CODE); in apply_case()
35 r_anal_xrefs_set (anal, switch_addr, default_case_addr, R_ANAL_REF_TYPE_CODE); in apply_switch()
H A Dfcn.c329 if (ref->type == R_ANAL_REF_TYPE_CALL || ref->type == R_ANAL_REF_TYPE_CODE) { in check_purity()
988 (void) r_anal_xrefs_set (anal, op->addr, op->jump, R_ANAL_REF_TYPE_CODE); in fcn_recurse()
1060 (void) r_anal_xrefs_set (anal, op->addr, op->jump, R_ANAL_REF_TYPE_CODE); in fcn_recurse()
1419 if (ref->type == R_ANAL_REF_TYPE_CODE && r_anal_function_contains (fcn, ref->addr) in r_anal_trim_jmprefs()
1433 if (ref->type == R_ANAL_REF_TYPE_CODE) { in r_anal_del_jmprefs()
1473 fcn->type = (reftype == R_ANAL_REF_TYPE_CODE) ? R_ANAL_FCN_TYPE_LOC : R_ANAL_FCN_TYPE_FCN; in r_anal_fcn()
H A Dsign.c129 if (refi->type == R_ANAL_REF_TYPE_CODE || refi->type == R_ANAL_REF_TYPE_CALL) { in r_sign_fcn_xrefs()
155 if (refi->type == R_ANAL_REF_TYPE_CODE || refi->type == R_ANAL_REF_TYPE_CALL) { in r_sign_fcn_refs()
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_anal_xrefs.c10 r_anal_xrefs_set (anal, 0x1337, 43, R_ANAL_REF_TYPE_CODE); in test_r_anal_xrefs_count()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Danal_objc.c279 r_anal_xrefs_set (core->anal, ref->addr, funcVA, R_ANAL_REF_TYPE_CODE); in objc_find_refs()
H A Dcanal.c663 case R_ANAL_REF_TYPE_CODE: in r_anal_analyze_fcn_refs()
2900 if (refi->type == R_ANAL_REF_TYPE_CODE || in fcn_print_json()
2928 if (refi->type == R_ANAL_REF_TYPE_CODE || in fcn_print_json()
3050 case R_ANAL_REF_TYPE_CODE: in fcn_print_detail()
3119 if (refi->type == R_ANAL_REF_TYPE_CODE || refi->type == R_ANAL_REF_TYPE_CALL) { in fcn_print_legacy()
3137 if (refi->type == R_ANAL_REF_TYPE_CODE || refi->type == R_ANAL_REF_TYPE_CALL) { in fcn_print_legacy()
3714 const RAnalRefType t = code? type? type: R_ANAL_REF_TYPE_CODE: R_ANAL_REF_TYPE_DATA; in core_anal_followptr()
3966 case R_ANAL_REF_TYPE_CODE: cmd = "axc"; break; in found_xref()
4084 …if (found_xref (core, op.addr, op.ptr, R_ANAL_REF_TYPE_CODE, pj, rad, cfg_debug, cfg_anal_strings)… in r_core_anal_search_xrefs()
5383 r_anal_xrefs_set (core->anal, cur, dst, R_ANAL_REF_TYPE_CODE); in r_core_anal_esil()
[all …]
H A Dcore.c834 return getref (core, atoi (str + 2), 'r', R_ANAL_REF_TYPE_CODE); in num_callback()
H A Dcmd_anal.c4158 case R_ANAL_REF_TYPE_CODE: in cmd_anal_fcn()
4260 if (ref->type != R_ANAL_REF_TYPE_CODE && ref->type != R_ANAL_REF_TYPE_CALL) { in cmd_anal_fcn()
H A Ddisasm.c1355 if (!ds->asm_xrefs_code && refi->type == R_ANAL_REF_TYPE_CODE) { in ds_show_xrefs()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h939 R_ANAL_REF_TYPE_CODE = 'c', // code ref enumerator