Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_cris.c21 op->type = R_ANAL_OP_TYPE_LEA; in analop()
171 op->type = R_ANAL_OP_TYPE_LEA; in analop()
H A Danal_m68k_cs.c153 case R_ANAL_OP_TYPE_LEA: in op_fillval()
568 op->type = R_ANAL_OP_TYPE_LEA; in analop()
H A Danal_java.c141 return R_ANAL_OP_TYPE_LEA; in extract_load_store_op()
H A Danal_riscv_cs.c308 case R_ANAL_OP_TYPE_LEA:
H A Danal_arm_cs.c3140 op->type = R_ANAL_OP_TYPE_LEA; in anop64()
3406 op->type = R_ANAL_OP_TYPE_LEA; in anop64()
3587 op->type = R_ANAL_OP_TYPE_LEA; // not really a lea, just a prefetch in anop32()
3961 op->type = R_ANAL_OP_TYPE_LEA; in anop32()
4078 case R_ANAL_OP_TYPE_LEA: in set_opdir()
4158 case R_ANAL_OP_TYPE_LEA: in op_fillval()
H A Danal_x86_cs.c2131 case R_ANAL_OP_TYPE_LEA: in op_fillval()
2260 case R_ANAL_OP_TYPE_LEA: in set_opdir()
2687 op->type = R_ANAL_OP_TYPE_LEA; in anop()
H A Danal_ppc_cs.c569 case R_ANAL_OP_TYPE_LEA: in op_fillval()
H A Danal_mips_cs.c714 case R_ANAL_OP_TYPE_LEA:
H A Danal_sh.c962 op->type = R_ANAL_OP_TYPE_LEA; in first_nibble_is_c()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dop.c72 case R_ANAL_OP_TYPE_LEA: in defaultCycles()
211 case R_ANAL_OP_TYPE_LEA: in r_anal_op_ismemref()
236 { R_ANAL_OP_TYPE_LEA, "lea" },
316 case R_ANAL_OP_TYPE_LEA : return "lea"; in r_anal_optype_to_string()
505 case R_ANAL_OP_TYPE_LEA: in r_anal_op_to_string()
H A Dvtable.c159 || analop.type == R_ANAL_OP_TYPE_LEA) { in vtable_is_addr_vtable_start_msvc()
H A Dfcn.c885 case R_ANAL_OP_TYPE_LEA: in fcn_recurse()
1334 …>type != R_ANAL_OP_TYPE_MOV && op->type != R_ANAL_OP_TYPE_CMOV && op->type != R_ANAL_OP_TYPE_LEA) { in fcn_recurse()
2009 case R_ANAL_OP_TYPE_LEA: in __anal_fcn_check_bp_use()
H A Dvar.c890 case R_ANAL_OP_TYPE_LEA: in is_used_like_arg()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DColors.cpp85 case R_ANAL_OP_TYPE_LEA: in getColor()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Danal_tp.c421 case R_ANAL_OP_TYPE_LEA: in type_match()
722 case R_ANAL_OP_TYPE_LEA: in r_core_anal_type_match()
H A Ddisasm.c1013 && (ds->analop.type == R_ANAL_OP_TYPE_LEA || ds->analop.type == R_ANAL_OP_TYPE_MOV in ds_build_op_str()
1037 && ds->analop.type == R_ANAL_OP_TYPE_LEA) { in ds_build_op_str()
3338 case R_ANAL_OP_TYPE_LEA: in ds_print_sysregs()
3546 case R_ANAL_OP_TYPE_LEA: in ds_print_core_vmode()
3809 if (ds->analop.type == R_ANAL_OP_TYPE_LEA) { in ds_print_str()
3948 if (ds->analop.type == R_ANAL_OP_TYPE_LEA) { in ds_print_ptr()
4271 if (!ds->show_emu_strlea && ds->analop.type == R_ANAL_OP_TYPE_LEA) { in myregwrite()
4339 case R_ANAL_OP_TYPE_LEA: in myregwrite()
H A Dcanal.c5288 case R_ANAL_OP_TYPE_LEA: in r_core_anal_esil()
H A Dcmd_print.c2290 case R_ANAL_OP_TYPE_LEA: in cmd_print_pxA()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dprint.c1986 case R_ANAL_OP_TYPE_LEA: in r_print_color_op_type()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h462 R_ANAL_OP_TYPE_LEA = 33, /* TODO add ulea */ enumerator