mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
24 lines
511 B
D
24 lines
511 B
D
|
#as:
|
||
|
#source: forward.c
|
||
|
#objdump: --ctf=.ctf
|
||
|
#ld: -shared
|
||
|
#name: Forwards
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
Contents of CTF section .ctf:
|
||
|
|
||
|
Header:
|
||
|
Magic number: 0xdff2
|
||
|
Version: 4 \(CTF_VERSION_3\)
|
||
|
#...
|
||
|
Type section: .* \(0x18 bytes\)
|
||
|
#...
|
||
|
Types:
|
||
|
|
||
|
0x[0-9a-f]: struct foo
|
||
|
*\[0x0\] \(ID 0x[0-9a-f]*\) \(kind 9\) struct foo
|
||
|
0x[0-9a-f]: struct foo \* \(size 0x[0-9a-f]*\) -> 0x[0-9a-f]: struct foo
|
||
|
*\[0x0\] \(ID 0x[0-9a-f]\) \(kind 3\) struct foo \* \(aligned at 0x[0-9a-f]*\)
|
||
|
#...
|