aboutsummaryrefslogtreecommitdiff
path: root/test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg')
-rw-r--r--test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg b/test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg
index 3ff0d55..9184bc4 100644
--- a/test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg
+++ b/test_cases/abigail_reader/enum/expected/anonymous_c.abi_stg
@@ -1,5 +1,5 @@
version: 0x00000002
-root_id: 0x84ea5130
+root_id: 0x84ea5130 # interface
primitive {
id: 0x398ea63b
name: "unnamed-enum-underlying-type-32"
@@ -8,7 +8,7 @@ primitive {
enumeration {
id: 0x52d563df
definition {
- underlying_type_id: 0x398ea63b
+ underlying_type_id: 0x398ea63b # unnamed-enum-underlying-type-32
enumerator {
name: "FOO_ZERO"
}
@@ -31,10 +31,10 @@ elf_symbol {
name: "foo"
is_defined: true
symbol_type: OBJECT
- type_id: 0x52d563df
+ type_id: 0x52d563df # enum { FOO_ZERO = 0, FOO_ONE = 1, FOO_TWO = 2, FOO_THREE = 3, }
full_name: "foo"
}
interface {
id: 0x84ea5130
- symbol_id: 0x06f8338c
+ symbol_id: 0x06f8338c # enum { FOO_ZERO = 0, FOO_ONE = 1, FOO_TWO = 2, FOO_THREE = 3, } foo
}