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