1# GOT layout:
2#
3# -32752: lazy resolution function
4# -32748: reserved for module pointer
5# -32744: the GOT page entry
6# -32740: foo's GOT entry
7# -32736: ext's GOT entry
8
9.*
10
11Disassembly of section \.text:
12
1300000800 <foo>:
14 800:	3c1c0001 	lui	gp,0x1
15 804:	279c7bf0 	addiu	gp,gp,31728
16 808:	0399e021 	addu	gp,gp,t9
17 80c:	8f99801c 	lw	t9,-32740\(gp\)
18 810:	8f828018 	lw	v0,-32744\(gp\)
19 814:	03200008 	jr	t9
20 818:	24420000 	addiu	v0,v0,0
21
220000081c <bar>:
23 81c:	f000 6a01 	li	v0,1
24 820:	f3cf 0a10 	la	v0,83f0 .*
25 824:	f400 3240 	sll	v0,16
26 828:	e269      	addu	v0,v1
27 82a:	f030 9a60 	lw	v1,-32736\(v0\)
28 82e:	659a      	move	gp,v0
29 830:	eb00      	jr	v1
30 832:	653b      	move	t9,v1
31#...
32Disassembly of section \.MIPS\.stubs:
33
3400000c00 <_MIPS_STUBS_>:
35 c00:	8f998010 	lw	t9,-32752\(gp\)
36 c04:	03e07825 	move	t7,ra
37 c08:	0320f809 	jalr	t9
38 c0c:	24180003 	li	t8,3
39	\.\.\.
40