Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data ResolvedJumpTarget Source #
Resolving the operand of a jump/call can produce one of the following.
Unresolved | An indirect branch that has not been resolved yet |
External String | A call to external function f |
ImmediateAddress Word64 | An internal call to the given address |