]> Git Repo - binutils.git/blob - ld/testsuite/ld-ctf/slice.d
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-ctf / slice.d
1 #as:
2 #source: slice.c
3 #objdump: --ctf
4 #ld: -shared --ctf-variables
5 #name: Slice
6
7 .*: +file format .*
8
9 Contents of CTF section .ctf:
10
11   Header:
12     Magic number: 0xdff2
13     Version: 4 \(CTF_VERSION_3\)
14 #...
15     Compilation unit name: .*slice.c
16 #...
17     Data object section:        .* \(0x[1-9a-f][0-9a-f]* bytes\)
18     Type section:       .* \(0xe0 bytes\)
19     String section:     .*
20 #...
21   Data objects:
22     slices -> 0x[0-9a-f]*: \(kind 6\) struct slices \(size 0x[0-9a-f]*\) \(aligned at 0x1*\)
23 #...
24   Types:
25 #...
26     0x[0-9a-f]*: \(kind 6\) struct slices \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\)
27         *\[0x0\] one: ID 0x[0-9a-f]*: \(kind 1\) int:1 \[slice 0x0:0x1\] \(format 0x1\) \(size 0x1\) \(aligned at 0x1\)
28         *\[0x1\] two: ID 0x[0-9a-f]*: \(kind 1\) int:2 \[slice 0x0:0x2\] \(format 0x1\) \(size 0x1\) \(aligned at 0x1\)
29         *\[0x3\] six: ID 0x[0-9a-f]*: \(kind 1\) int:6 \[slice 0x0:0x6\] \(format 0x1\) \(size 0x1\) \(aligned at 0x1\)
30         *\[0x9\] ten: ID 0x[0-9a-f]*: \(kind 1\) int:10 \[slice 0x0:0xa\] \(format 0x1\) \(size 0x2\) \(aligned at 0x2\)
31         *\[0x13\] bar: ID 0x[0-9a-f]*: \(kind 8\) enum foo:1 \[slice 0x0:0x1\] \(format 0x1\) \(size 0x1\) \(aligned at 0x1\)
32
33 #...
This page took 0.023653 seconds and 4 git commands to generate.