pic-and-nonpic-6-n32.nd 1.3 KB

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