Files
revng-revng/tests/analysis/mips/jump-table-base-before-function-call.yml
2022-04-20 09:55:18 +02:00

40 lines
853 B
YAML

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
---
- FunctionMetadata:
ControlFlowGraph:
- End: '2'
Start: '1'
Successors:
- Destination: '2'
Type: DirectBranch
- Destination: '4'
Type: DirectBranch
- End: '3'
Start: '2'
Successors:
- Attributes:
- NoReturn
Destination: '6'
Type: FunctionCall
- End: '5'
Start: '4'
Successors:
- Destination: ":Invalid"
Type: IndirectTailCall
Entry: '1'
OriginalName: __start
Type: NoReturn
- FunctionMetadata:
ControlFlowGraph:
- End: '7'
Start: '6'
Successors:
- Destination: ":Invalid"
Type: IndirectTailCall
Entry: '6'
OriginalName: function
Type: NoReturn