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:	24420000 	addiu	v0,v0,0
20 818:	d8190000 	jrc	t9
21
220000081c <bar>:
23 81c:	3c1c0001 	lui	gp,0x1
24 820:	279c7bd4 	addiu	gp,gp,31700
25 824:	0399e021 	addu	gp,gp,t9
26 828:	8f998020 	lw	t9,-32736\(gp\)
27 82c:	d8190000 	jrc	t9
28#...
29Disassembly of section \.MIPS\.stubs:
30
3100000c00 <_MIPS_STUBS_>:
32 c00:	8f998010 	lw	t9,-32752\(gp\)
33 c04:	03e07825 	move	t7,ra
34 c08:	2418[0-9a-f]+ 	li	t8,[0-9]+
35 c0c:	f8190000 	jalrc	t9
36	\.\.\.
37