blob: e4707d331e663168187c4a5608b74d51a5319b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
#as:
#source: super-sub-cycles.c
#objdump: --ctf=.ctf
#ld: -shared
#name: Super- and sub-cycles
.*: +file format .*
Contents of CTF section .ctf:
Header:
Magic number: dff2
Version: 4 \(CTF_VERSION_3\)
#...
Compilation unit name: .*super-sub-cycles.c
#...
Type section: .*\(0x108 bytes\)
#...
Types:
#...
[0-9a-f]*: struct A \(.*
\[0x0\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct A \(.*
\[0x0\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct B b \(.*
\[0x0\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct C c \(.*
\[0x0\] \(ID 0x[0-9a-f]*\) \(kind 3\) struct A \* a \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct D d \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 3\) struct B \* b \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct D d \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 3\) struct B \* b \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct X x \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct Y y \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 6\) struct Z z \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 3\) struct Y \* y \(.*
\[0x[0-9a-f]*\] \(ID 0x[0-9a-f]*\) \(kind 3\) struct D \* d \(.*
#...
|