1
2.*:     file format .*
3
4Disassembly of section \.plt:
5
600080800 <_PROCEDURE_LINKAGE_TABLE_>:
7   80800:	ff b3 04 00 00 00    	pushl  0x4\(%ebx\)
8   80806:	ff a3 08 00 00 00    	jmp    \*0x8\(%ebx\)
9   8080c:	90                   	nop
10   8080d:	90                   	nop
11   8080e:	90                   	nop
12   8080f:	90                   	nop
13
1400080810 <sexternal@plt>:
15   80810:	ff a3 0c 00 00 00    	jmp    \*0xc\(%ebx\)
16   80816:	68 00 00 00 00       	push   \$0x0
17   8081b:	e9 e0 ff ff ff       	jmp    80800 <_PROCEDURE_LINKAGE_TABLE_>
18
1900080820 <sglobal@plt>:
20   80820:	ff a3 10 00 00 00    	jmp    \*0x10\(%ebx\)
21   80826:	68 08 00 00 00       	push   \$0x8
22   8082b:	e9 d0 ff ff ff       	jmp    80800 <_PROCEDURE_LINKAGE_TABLE_>
23Disassembly of section \.text:
24
2500080c00 <foo>:
26   80c00:	53                   	push   %ebx
27   80c01:	8b 1d 00 00 00 00    	mov    0x0,%ebx
28   80c07:	8b 99 00 00 00 00    	mov    0x0\(%ecx\),%ebx
29   80c0d:	8b 83 14 00 00 00    	mov    0x14\(%ebx\),%eax
30   80c13:	ff 00                	incl   \(%eax\)
31   80c15:	e8 0c 00 00 00       	call   80c26 <slocal>
32   80c1a:	e8 01 fc ff ff       	call   80820 <sglobal@plt>
33   80c1f:	e8 ec fb ff ff       	call   80810 <sexternal@plt>
34   80c24:	5b                   	pop    %ebx
35   80c25:	c3                   	ret
36
3700080c26 <slocal>:
38   80c26:	c3                   	ret
39
4000080c27 <sglobal>:
41   80c27:	c3                   	ret
42