S/390: ifunc: Redirect local function calls to the IPLT.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ifunc-3.d
1 #readelf: --relocs --syms -x .text.1 -x .text.2
2 #name: i386 ifunc 3
3
4 Relocation section '\.rel\.text\.1' at offset .* contains .* entries:
5 Offset Info Type Sym.Value Sym. Name
6 00000000 ........ R_386_PC32 bar1\(\) bar1
7 00000004 ........ R_386_PC32 bar2\(\) bar2
8 00000008 ........ R_386_PC32 bar1\(\) bar1
9 0000000c ........ R_386_PC32 bar2\(\) bar2
10 00000010 ........ R_386_32 bar1\(\) bar1
11 00000018 ........ R_386_PC32 bar1\(\) bar1
12 0000001c ........ R_386_PC32 bar2\(\) bar2
13 00000020 ........ R_386_PC32 bar1\(\) bar1
14 00000024 ........ R_386_PC32 bar2\(\) bar2
15 00000028 ........ R_386_32 bar1\(\) bar1
16 0000002c ........ R_386_PC32 abs1\(\) abs1
17 00000030 ........ R_386_PC32 abs1\(\) abs1
18 00000034 ........ R_386_32 abs1\(\) abs1
19 00000038 ........ R_386_PC32 abs1\(\) abs1
20 0000003c ........ R_386_PC32 abs1\(\) abs1
21 00000040 ........ R_386_32 abs1\(\) abs1
22
23 Relocation section '\.rel\.text\.2' at offset .* contains .* entries:
24 Offset Info Type Sym.Value Sym. Name
25 00000000 ........ R_386_PC32 bar1\(\) bar1
26 00000004 ........ R_386_PC32 bar2\(\) bar2
27 00000008 ........ R_386_PC32 bar1\(\) bar1
28 0000000c ........ R_386_PC32 bar2\(\) bar2
29 00000010 ........ R_386_32 bar2\(\) bar2
30 00000018 ........ R_386_PC32 bar1\(\) bar1
31 0000001c ........ R_386_PC32 bar2\(\) bar2
32 00000020 ........ R_386_PC32 bar1\(\) bar1
33 00000024 ........ R_386_PC32 bar2\(\) bar2
34 00000028 ........ R_386_32 bar2\(\) bar2
35
36 Symbol table '.symtab' contains .* entries:
37 Num: Value Size Type Bind Vis Ndx Name
38 #...
39 .*: 00000014 1 IFUNC LOCAL DEFAULT .* bar1
40 .*: 00000014 1 IFUNC LOCAL DEFAULT .* bar2
41 #...
42 .*: 11223300 0 IFUNC LOCAL DEFAULT ABS abs1
43 #...
44
45 Hex dump of section '\.text\.1':
46 NOTE: This section has relocations against it, but these have NOT been applied to this dump\.
47 0x00000000 00000000 00000000 08000000 0c000000 .*
48 0x00000010 4054ffff c38d7600 00000000 00000000 .*
49 0x00000020 20000000 24000000 4054ffff 00000000 .*
50 0x00000030 30000000 4054ffff 00000000 3c000000 .*
51 0x00000040 4054ffff .*
52
53 Hex dump of section '\.text\.2':
54 NOTE: This section has relocations against it, but these have NOT been applied to this dump\.
55 0x00000000 00000000 00000000 08000000 0c000000 .*
56 0x00000010 4054ffff c38d7600 00000000 00000000 .*
57 0x00000020 20000000 24000000 4054ffff .*
This page took 0.030701 seconds and 4 git commands to generate.