]> Git Repo - binutils.git/blob - ld/testsuite/ld-ctf/function.d
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-ctf / function.d
1 #as:
2 #source: function.c
3 #objdump: --ctf
4 #ld: -shared
5 #name: Function
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: .*function.c
16     Function info section:      .* \(0x[1-9a-f][0-9a-f]* bytes\)
17     Type section:       .* \(0x90 bytes\)
18     String section:     .*
19 #...
20   Function objects:
21     foo -> 0x[0-9a-f]*: \(kind 5\) int \(\*\) \(char, int, float, void \*, void \(\*\)\(\*\) \(int\)\) \(aligned at 0x[0-9a-f]*\)
22 #...
23   Types:
24 #...
25     0x[0-9a-f]*: \(kind 5\) int \(\*\) \(char, int, float, void \*, void \(\*\)\(\*\) \(int\)\) \(aligned at 0x[0-9a-f]*\)
26 #...
This page took 0.024373 seconds and 4 git commands to generate.