Lines Matching defs:anal

57 static int read_ahead(RAnal *anal, ut64 addr, ut8 *buf, int len) {  in read_ahead()
84 static int read_ahead(RAnal *anal, ut64 addr, ut8 *buf, int len) { in read_ahead()
101 RAnal *anal = fcn->anal; in r_anal_function_resize() local
138 static RAnalBlock *fcn_append_basic_block(RAnal *anal, RAnalFunction *fcn, ut64 addr) { in fcn_append_basic_block()
151 static bool isInvalidMemory(RAnal *anal, const ut8 *buf, int len) { in isInvalidMemory()
167 static bool isSymbolNextInstruction(RAnal *anal, RAnalOp *op) { in isSymbolNextInstruction()
175 static bool is_delta_pointer_table(RAnal *anal, RAnalFunction *fcn, ut64 addr, ut64 lea_ptr, ut64 *… in is_delta_pointer_table()
266 static ut64 try_get_cmpval_from_parents(RAnal * anal, RAnalFunction *fcn, RAnalBlock *my_bb, const … in try_get_cmpval_from_parents()
291 static int skip_hp(RAnal *anal, RAnalFunction *fcn, RAnalOp *op, RAnalBlock *bb, ut64 addr, int opl… in skip_hp()
355 static RAnalBlock *bbget(RAnal *anal, ut64 addr, bool jumpmid) { in bbget()
467 static const char *retpoline_reg(RAnal *anal, ut64 addr) { in retpoline_reg()
494 static void analyze_retpoline(RAnal *anal, RAnalOp *op) { in analyze_retpoline()
517 static int fcn_recurse(RAnal *anal, RAnalFunction *fcn, ut64 addr, ut64 len, int depth) { in fcn_recurse()
1368 R_API int r_anal_fcn_bb(RAnal *anal, RAnalFunction *fcn, ut64 addr, int depth) { in r_anal_fcn_bb()
1372 R_API bool r_anal_check_fcn(RAnal *anal, ut8 *buf, ut16 bufsz, ut64 addr, ut64 low, ut64 high) { in r_anal_check_fcn()
1412 R_API void r_anal_trim_jmprefs(RAnal *anal, RAnalFunction *fcn) { in r_anal_trim_jmprefs()
1427 R_API void r_anal_del_jmprefs(RAnal *anal, RAnalFunction *fcn) { in r_anal_del_jmprefs()
1441 R_API int r_anal_fcn(RAnal *anal, RAnalFunction *fcn, ut64 addr, ut64 len, int reftype) { in r_anal_fcn()
1519 R_API int r_anal_fcn_del_locs(RAnal *anal, ut64 addr) { in r_anal_fcn_del_locs()
1549 R_API RAnalFunction *r_anal_get_fcn_in(RAnal *anal, ut64 addr, int type) { in r_anal_get_fcn_in()
1570 R_API RAnalFunction *r_anal_get_fcn_in_bounds(RAnal *anal, ut64 addr, int type) { in r_anal_get_fcn_in_bounds()
1681 RAnal *anal = fcn->anal; in r_anal_function_complexity() local
1837 R_API RAnalFunction *r_anal_fcn_next(RAnal *anal, ut64 addr) { in r_anal_fcn_next()
1850 R_API int r_anal_fcn_count(RAnal *anal, ut64 from, ut64 to) { in r_anal_fcn_count()
1864 R_API RAnalBlock *r_anal_fcn_bbget_in(const RAnal *anal, RAnalFunction *fcn, ut64 addr) { in r_anal_fcn_bbget_in()
1881 R_API RAnalBlock *r_anal_fcn_bbget_at(RAnal *anal, RAnalFunction *fcn, ut64 addr) { in r_anal_fcn_bbget_at()
1905 RAnal *anal = fcn->anal; in r_anal_function_cost() local
1965 static bool can_affect_bp(RAnal *anal, RAnalOp* op) { in can_affect_bp()
1983 static void __anal_fcn_check_bp_use(RAnal *anal, RAnalFunction *fcn) { in __anal_fcn_check_bp_use()
2079 RAnal *anal = ctx->fcn->anal; in analize_addr_cb() local
2101 RAnal *anal = fcn->anal; in update_var_analysis() local
2157 static void update_analysis(RAnal *anal, RList *fcns, HtUP *reachable) { in update_analysis()
2216 R_API void r_anal_update_analysis_range(RAnal *anal, ut64 addr, int size) { in r_anal_update_analysis_range()