aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/array/expected/variable_length_c.btf_stg
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/info_tests/array/expected/variable_length_c.btf_stg')
-rw-r--r--test_cases/info_tests/array/expected/variable_length_c.btf_stg8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_cases/info_tests/array/expected/variable_length_c.btf_stg b/test_cases/info_tests/array/expected/variable_length_c.btf_stg
index 9c060ae..a9f6bde 100644
--- a/test_cases/info_tests/array/expected/variable_length_c.btf_stg
+++ b/test_cases/info_tests/array/expected/variable_length_c.btf_stg
@@ -1,5 +1,5 @@
version: 0x00000002
-root_id: 0x84ea5130
+root_id: 0x84ea5130 # interface
primitive {
id: 0x6720d32f
name: "int"
@@ -8,16 +8,16 @@ primitive {
}
function {
id: 0x9d80e32f
- return_type_id: 0x6720d32f
+ return_type_id: 0x6720d32f # int
}
elf_symbol {
id: 0xa58ca0b6
name: "bar"
is_defined: true
symbol_type: FUNCTION
- type_id: 0x9d80e32f
+ type_id: 0x9d80e32f # int()
}
interface {
id: 0x84ea5130
- symbol_id: 0xa58ca0b6
+ symbol_id: 0xa58ca0b6 # int bar()
}