mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
36 lines
624 B
YAML
36 lines
624 B
YAML
---
|
|
Functions:
|
|
- CFG:
|
|
- End: '2'
|
|
Start: '1'
|
|
Successors:
|
|
- Destination: '3'
|
|
Type: FakeFunctionCall
|
|
- End: '3'
|
|
Start: '2'
|
|
Successors:
|
|
- Destination: '4'
|
|
Type: DirectBranch
|
|
- End: '4'
|
|
Start: '3'
|
|
Successors:
|
|
- Destination: '2'
|
|
Type: DirectBranch
|
|
- End: '5'
|
|
Start: '4'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: Return
|
|
OriginalName: _start
|
|
Type: Regular
|
|
- OriginalName: prologue
|
|
Type: Fake
|
|
- CFG:
|
|
- End: '5'
|
|
Start: '4'
|
|
Successors:
|
|
- Destination: ":Invalid"
|
|
Type: IndirectTailCall
|
|
OriginalName: epilogue
|
|
Type: NoReturn
|