Home
last modified time | relevance | path

Searched refs:CS_GRP_RET (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/plasma/plasma-5bb07b3/plasma/lib/arch/arm/
H A Dutils.py20 from capstone import CS_GRP_CALL, CS_GRP_RET
71 return i.group(CS_GRP_RET) or i.id == ARM_INS_BX and \
/dports/devel/plasma/plasma-5bb07b3/plasma/lib/arch/x86/
H A Dutils.py20 from capstone import CS_GRP_CALL, CS_GRP_JUMP, CS_GRP_RET
67 return i.group(CS_GRP_RET)
/dports/devel/capstone4/capstone-4.0.2/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/devel/capstone3/capstone-3.0.5/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/vb6/
H A DModule1.bas83 CS_GRP_RET ' all return instructions
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/plugins/assembler/
H A Dassembler.h95 else if(cs_insn_group(m_cshandle, insn, CS_GRP_RET)) in onDecoded()
/dports/devel/capstone3/capstone-3.0.5/include/
H A Dcapstone.h165 CS_GRP_RET, // all return instructions enumerator
/dports/emulators/qemu42/qemu-4.2.1/capstone/include/
H A Dcapstone.h165 CS_GRP_RET, // all return instructions enumerator
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/include/
H A Dcapstone.h165 CS_GRP_RET, // all return instructions enumerator
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/include/
H A Dcapstone.h165 CS_GRP_RET, // all return instructions enumerator
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/include/
H A Dcapstone.h165 CS_GRP_RET, // all return instructions enumerator
/dports/devel/capstone4/capstone-4.0.2/include/capstone/
H A Dcapstone.h213 CS_GRP_RET, ///< all return instructions enumerator
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/include/capstone/
H A Dcapstone.h213 CS_GRP_RET, ///< all return instructions enumerator
/dports/devel/py-capstone/capstone-4.0.1/src/include/capstone/
H A Dcapstone.h213 CS_GRP_RET, ///< all return instructions enumerator
/dports/emulators/qemu/qemu-6.2.0/capstone/include/capstone/
H A Dcapstone.h232 CS_GRP_RET, ///< all return instructions enumerator
/dports/emulators/qemu60/qemu-6.0.0/capstone/include/capstone/
H A Dcapstone.h232 CS_GRP_RET, ///< all return instructions enumerator
/dports/emulators/qemu5/qemu-5.2.0/capstone/include/capstone/
H A Dcapstone.h232 CS_GRP_RET, ///< all return instructions enumerator
/dports/devel/xelfviewer/XELFViewer-0.03/XCapstone/3rdparty/Capstone/src/include/capstone/
H A Dcapstone.h232 CS_GRP_RET, ///< all return instructions enumerator

12