Files
revng-revng/tests/analysis/arm/indirect-call.yml
2022-01-27 11:51:03 +01:00

29 lines
490 B
YAML

---
Functions:
- CFG:
- End: '2'
Start: '1'
Successors:
- Destination: '3'
Type: FunctionCall
- End: '3'
Start: '2'
Successors:
- Destination: ":Invalid"
Type: Return
OriginalName: _start
Type: Regular
- CFG:
- End: '4'
Start: '3'
Successors:
- Destination: ":Invalid"
Type: IndirectCall
- End: '5'
Start: '4'
Successors:
- Destination: ":Invalid"
Type: Return
OriginalName: indirectcall
Type: Regular