Files
revng-revng/tests/analysis/arm/longjmp.yml
2021-12-14 11:00:00 +01:00

36 lines
616 B
YAML

---
Functions:
- CFG:
- End: '2'
Start: '1'
Successors:
- Destination: '3'
Type: FunctionCall
- End: '3'
Start: '2'
Successors:
- Destination: ":Invalid"
Type: Return
CustomName: _start
Type: Regular
- CFG:
- 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
CustomName: longjmp
Type: Regular