Home
last modified time | relevance | path

Searched refs:stack_rev (Results 1 – 4 of 4) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/doc/
H A Dcalling-conventions.md26 `cc.x.argn=stack_rev`: same as `cc.x.argn=stack` except for it means argument are passed right to l…
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Danal_tp.c290 bool stack_rev = false, in_stack = false, format = false; in type_match() local
300 stack_rev = true; in type_match()
317 int arg_num = stack_rev ? (max - 1 - i) : i; in type_match()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvar.c773 bool stack_rev = place ? !strcmp (place, "stack_rev") : false; in extract_arg() local
778 if (stack_rev) { in extract_arg()
787 for (i = from; stack_rev ? i >= to : i < to; stack_rev ? i-- : i++) { in extract_arg()
/dports/devel/radare2/radare2-5.1.1/test/db/cmd/
H A Dcmd_k2659 "cc.borland.argn=stack_rev",
2674 "cc.pascal.argn=stack_rev",