aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/variant/expected/simple_rs.elf_stg
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/info_tests/variant/expected/simple_rs.elf_stg')
-rw-r--r--test_cases/info_tests/variant/expected/simple_rs.elf_stg33
1 files changed, 33 insertions, 0 deletions
diff --git a/test_cases/info_tests/variant/expected/simple_rs.elf_stg b/test_cases/info_tests/variant/expected/simple_rs.elf_stg
new file mode 100644
index 0000000..4621cf8
--- /dev/null
+++ b/test_cases/info_tests/variant/expected/simple_rs.elf_stg
@@ -0,0 +1,33 @@
+version: 0x00000002
+root_id: 0x84ea5130 # interface
+primitive {
+ id: 0x62aebfd4
+ name: "bool"
+ encoding: BOOLEAN
+ bytesize: 0x00000001
+}
+struct_union {
+ id: 0x176387ba
+ kind: STRUCT
+ name: "simple::Foo"
+ definition {
+ bytesize: 12
+ }
+}
+function {
+ id: 0xbb888a50
+ return_type_id: 0x62aebfd4 # bool
+ parameter_id: 0x176387ba # struct simple::Foo
+}
+elf_symbol {
+ id: 0x4e2f2fc8
+ name: "is_unit"
+ is_defined: true
+ symbol_type: FUNCTION
+ type_id: 0xbb888a50 # bool(struct simple::Foo)
+ full_name: "simple::is_unit"
+}
+interface {
+ id: 0x84ea5130
+ symbol_id: 0x4e2f2fc8 # bool simple::is_unit(struct simple::Foo)
+}