aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg')
-rw-r--r--test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg16
1 files changed, 8 insertions, 8 deletions
diff --git a/test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg b/test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg
index e6e4073..778a7a9 100644
--- a/test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg
+++ b/test_cases/info_tests/enum/expected/fixed_underlying_type_cc.elf_stg
@@ -1,5 +1,5 @@
version: 0x00000002
-root_id: 0x84ea5130
+root_id: 0x84ea5130 # interface
primitive {
id: 0x33756485
name: "unsigned long"
@@ -22,7 +22,7 @@ enumeration {
id: 0xd3d36586
name: "A"
definition {
- underlying_type_id: 0x5d8155a5
+ underlying_type_id: 0x5d8155a5 # unsigned char
enumerator {
name: "Ae"
}
@@ -32,7 +32,7 @@ enumeration {
id: 0x909102c3
name: "B"
definition {
- underlying_type_id: 0x33756485
+ underlying_type_id: 0x33756485 # unsigned long
enumerator {
name: "Be"
}
@@ -40,19 +40,19 @@ enumeration {
}
function {
id: 0xf86de391
- return_type_id: 0x4585663f
- parameter_id: 0xd3d36586
- parameter_id: 0x909102c3
+ return_type_id: 0x4585663f # unsigned int
+ parameter_id: 0xd3d36586 # enum A
+ parameter_id: 0x909102c3 # enum B
}
elf_symbol {
id: 0x1b84c9d2
name: "_Z3fun1A1B"
is_defined: true
symbol_type: FUNCTION
- type_id: 0xf86de391
+ type_id: 0xf86de391 # unsigned int(enum A, enum B)
full_name: "fun"
}
interface {
id: 0x84ea5130
- symbol_id: 0x1b84c9d2
+ symbol_id: 0x1b84c9d2 # unsigned int fun(enum A, enum B)
}