mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
32 lines
551 B
YAML
32 lines
551 B
YAML
---
|
|
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
Architecture: x86_64
|
|
|
|
TypeDefinitions:
|
|
- Kind: StructDefinition
|
|
ID: 3001
|
|
Name: B
|
|
Fields:
|
|
- Offset: 0
|
|
Name: a1
|
|
Type:
|
|
Kind: DefinedType
|
|
Definition: "/TypeDefinitions/3002-StructDefinition"
|
|
Size: 4
|
|
- Kind: StructDefinition
|
|
ID: 3002
|
|
Name: A
|
|
Fields:
|
|
- Offset: 0
|
|
Name: x
|
|
Type:
|
|
Kind: PrimitiveType
|
|
PrimitiveKind: Signed
|
|
Size: 4
|
|
Size: 4
|
|
---
|
|
|