ld/testsuite/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / vxworks1-lib.dd
1
2 .*: file format .*
3
4 Disassembly of section \.plt:
5
6 00080300 <_PROCEDURE_LINKAGE_TABLE_>:
7 80300: ff b3 04 00 00 00 pushl 0x4\(%ebx\)
8 80306: ff a3 08 00 00 00 jmp \*0x8\(%ebx\)
9 8030c: 90 nop
10 8030d: 90 nop
11 8030e: 90 nop
12 8030f: 90 nop
13
14 00080310 <sexternal@plt>:
15 80310: ff a3 0c 00 00 00 jmp \*0xc\(%ebx\)
16 80316: 68 00 00 00 00 push \$0x0
17 8031b: e9 e0 ff ff ff jmp 80300 <_PROCEDURE_LINKAGE_TABLE_>
18
19 00080320 <sglobal@plt>:
20 80320: ff a3 10 00 00 00 jmp \*0x10\(%ebx\)
21 80326: 68 08 00 00 00 push \$0x8
22 8032b: e9 d0 ff ff ff jmp 80300 <_PROCEDURE_LINKAGE_TABLE_>
23 Disassembly of section \.text:
24
25 00080400 <foo>:
26 80400: 53 push %ebx
27 80401: 8b 1d 00 00 00 00 mov 0x0,%ebx
28 80407: 8b 99 00 00 00 00 mov 0x0\(%ecx\),%ebx
29 8040d: 8b 83 14 00 00 00 mov 0x14\(%ebx\),%eax
30 80413: ff 00 incl \(%eax\)
31 80415: e8 0c 00 00 00 call 80426 <slocal>
32 8041a: e8 01 ff ff ff call 80320 <sglobal@plt>
33 8041f: e8 ec fe ff ff call 80310 <sexternal@plt>
34 80424: 5b pop %ebx
35 80425: c3 ret
36
37 00080426 <slocal>:
38 80426: c3 ret
39
40 00080427 <sglobal>:
41 80427: c3 ret
This page took 0.031197 seconds and 5 git commands to generate.