Home
last modified time | relevance | path

Searched refs:arch_destroys_dst (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvar.c870 static inline bool arch_destroys_dst(const char *arch) { in arch_destroys_dst() function
905 if (op_affect_dst (op) && arch_destroys_dst (anal->cur->arch)) { in is_used_like_arg()
H A Dfcn.c546 bool arch_destroys_dst = does_arch_destroys_dst (anal->cur->arch); in fcn_recurse() local
1319 if (has_stack_regs && arch_destroys_dst) { in fcn_recurse()