1*56bb7041Schristos
2*56bb7041SchristosSymbol table '\.dynsym' contains .*:
3*56bb7041Schristos#
4*56bb7041Schristos# extf4 is referenced by a JAL and .word.  The former requires a PLT entry
5*56bb7041Schristos# and the latter requires pointer equality, which means a symbol value is
6*56bb7041Schristos# needed.
7*56bb7041Schristos#...
8*56bb7041Schristos.*: 0+43060 +0 +FUNC +GLOBAL +DEFAULT \[MIPS PLT\] +UND +extf4
9*56bb7041Schristos#
10*56bb7041Schristos# extf5 is called but does not have its address taken.  It needs a PLT
11*56bb7041Schristos# but no symbol value should be set.
12*56bb7041Schristos#...
13*56bb7041Schristos.*: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf5
14*56bb7041Schristos#
15*56bb7041Schristos# extd2 is referenced by %got, .word and %hi/%lo.  The last pair forces
16*56bb7041Schristos# a copy reloc.
17*56bb7041Schristos#
18*56bb7041Schristos.*: 0+a2000 +24 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +extd2
19*56bb7041Schristos#
20*56bb7041Schristos# extf3 is referenced by a JAL and a GOT CALL reloc.  The JAL forces a PLT
21*56bb7041Schristos# that the GOT CALL reloc will also use, but pointer equality isn't needed
22*56bb7041Schristos# and so no symbol value should be set.
23*56bb7041Schristos#
24*56bb7041Schristos.*: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf3
25*56bb7041Schristos#
26*56bb7041Schristos# extd3 is referenced by .word and %hi/%lo.  The latter pair forces
27*56bb7041Schristos# a copy reloc.
28*56bb7041Schristos#...
29*56bb7041Schristos.*: 0+a2018 +28 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +extd3
30*56bb7041Schristos#
31*56bb7041Schristos# The index on the next line should correspond to MIPS_GOTSYM,
32*56bb7041Schristos# and the remaining symbols should have the same order as the
33*56bb7041Schristos# GOT layout given in the *.dd dump.
34*56bb7041Schristos#
35*56bb7041Schristos *8: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf2
36*56bb7041Schristos *9: 0+440a0 +0 +FUNC +GLOBAL +DEFAULT +UND +extf1
37*56bb7041Schristos *10: 0+ +0 +OBJECT +GLOBAL +DEFAULT +UND +extd1
38*56bb7041Schristos *11: 0+ +0 +OBJECT +GLOBAL +DEFAULT +UND +extd4
39*56bb7041Schristos
40*56bb7041Schristos#pass
41