Files
revng-revng/tests/analysis/arm/longjmp.yml
2022-04-20 09:55:18 +02:00

41 lines
870 B
YAML

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
---
- FunctionMetadata:
ControlFlowGraph:
- End: '2'
Start: '1'
Successors:
- Destination: '3'
Type: FunctionCall
- End: '3'
Start: '2'
Successors:
- Destination: ":Invalid"
Type: Return
OriginalName: _start
Type: Regular
- FunctionMetadata:
ControlFlowGraph:
- End: '4'
Start: '3'
Successors:
- Destination: '4'
Type: DirectBranch
- Destination: '5'
Type: DirectBranch
- End: '5'
Start: '4'
Successors:
- Destination: ":Invalid"
Type: LongJmp
- End: '6'
Start: '5'
Successors:
- Destination: ":Invalid"
Type: Return
OriginalName: longjmp
Type: Regular