gdb: Convert language la_word_break_characters field to a method
[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 #as: --generate-missing-build-notes=no
4
5 Relocation section '\.rel\.text\.1' at offset .* contains .* entries:
6 Offset Info Type Sym.Value Sym. Name
7 00000000 ........ R_386_PC32 bar1\(\) bar1
8 00000004 ........ R_386_PC32 bar2\(\) bar2
9 00000008 ........ R_386_PC32 bar1\(\) bar1
10 0000000c ........ R_386_PC32 bar2\(\) bar2
11 00000010 ........ R_386_32 bar1\(\) bar1
12 00000018 ........ R_386_PC32 bar1\(\) bar1
13 0000001c ........ R_386_PC32 bar2\(\) bar2
14 00000020 ........ R_386_PC32 bar1\(\) bar1
15 00000024 ........ R_386_PC32 bar2\(\) bar2
16 00000028 ........ R_386_32 bar1\(\) bar1
17 0000002c ........ R_386_PC32 abs1\(\) abs1
18 00000030 ........ R_386_PC32 abs1\(\) abs1
19 00000034 ........ R_386_32 abs1\(\) abs1
20 00000038 ........ R_386_PC32 abs1\(\) abs1
21 0000003c ........ R_386_PC32 abs1\(\) abs1
22 00000040 ........ R_386_32 abs1\(\) abs1
23
24 Relocation section '\.rel\.text\.2' at offset .* contains .* entries:
25 Offset Info Type Sym.Value Sym. Name
26 00000000 ........ R_386_PC32 bar1\(\) bar1
27 00000004 ........ R_386_PC32 bar2\(\) bar2
28 00000008 ........ R_386_PC32 bar1\(\) bar1
29 0000000c ........ R_386_PC32 bar2\(\) bar2
30 00000010 ........ R_386_32 bar2\(\) bar2
31 00000018 ........ R_386_PC32 bar1\(\) bar1
32 0000001c ........ R_386_PC32 bar2\(\) bar2
33 00000020 ........ R_386_PC32 bar1\(\) bar1
34 00000024 ........ R_386_PC32 bar2\(\) bar2
35 00000028 ........ R_386_32 bar2\(\) bar2
36
37 Symbol table '.symtab' contains .* entries:
38 Num: Value Size Type Bind Vis Ndx Name
39 #...
40 .*: 00000014 1 IFUNC LOCAL DEFAULT .* bar1
41 .*: 00000014 1 IFUNC LOCAL DEFAULT .* bar2
42 #...
43 .*: 11223300 0 IFUNC LOCAL DEFAULT ABS abs1
44 #...
45
46 Hex dump of section '\.text\.1':
47 NOTE: This section has relocations against it, but these have NOT been applied to this dump\.
48 0x00000000 00000000 00000000 08000000 0c000000 .*
49 0x00000010 4054ffff c38d7600 00000000 00000000 .*
50 0x00000020 20000000 24000000 4054ffff 00000000 .*
51 0x00000030 30000000 4054ffff 00000000 3c000000 .*
52 0x00000040 4054ffff .*
53
54 Hex dump of section '\.text\.2':
55 NOTE: This section has relocations against it, but these have NOT been applied to this dump\.
56 0x00000000 00000000 00000000 08000000 0c000000 .*
57 0x00000010 4054ffff c38d7600 00000000 00000000 .*
58 0x00000020 20000000 24000000 4054ffff .*
This page took 0.031307 seconds and 4 git commands to generate.