compressed-plt-1-o32-se.rd 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Dynamic section .*
  2. #...
  3. 0x00000003 \(PLTGOT\) 0x10201000
  4. #...
  5. 0x70000013 \(MIPS_GOTSYM\) 0x9
  6. 0x00000014 \(PLTREL\) REL
  7. 0x00000017 \(JMPREL\) 0x10004000
  8. 0x00000002 \(PLTRELSZ\) 48 \(bytes\)
  9. 0x70000032 \(MIPS_PLTGOT\) 0x10200000
  10. #...
  11. Relocation section '\.rel\.plt' .*
  12. Offset Info Type Sym\.Value Sym\. Name
  13. 10200008 [^ ]+ R_MIPS_JUMP_SLOT 10100020 f_lo_iu
  14. 1020000c [^ ]+ R_MIPS_JUMP_SLOT 00000000 f_du
  15. 10200010 [^ ]+ R_MIPS_JUMP_SLOT 00000000 f_iu_du
  16. 10200014 [^ ]+ R_MIPS_JUMP_SLOT 10100050 f_lo_iu_du
  17. 10200018 [^ ]+ R_MIPS_JUMP_SLOT 10100060 f_lo_du
  18. 1020001c [^ ]+ R_MIPS_JUMP_SLOT 10100070 f_lo
  19. Symbol table '\.dynsym' .*
  20. Num: Value Size Type Bind Vis Ndx Name
  21. 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
  22. # _lo symbols have their address taken, so their PLT symbols need to have
  23. # a nonzero value. They must also have STO_MIPS_PLT in order to distinguish
  24. # them from old-style lazy-binding stubs. Non-_lo symbols are only called,
  25. # so their PLT symbols should have a zero value and no STO_MIPS_PLT annotation.
  26. .*: 10100020 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu
  27. #...
  28. .*: 00000000 0 FUNC GLOBAL DEFAULT UND f_du
  29. .*: 00000000 0 FUNC GLOBAL DEFAULT UND f_iu_du
  30. .*: 10100050 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_du
  31. .*: 10100060 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_du
  32. #...
  33. .*: 10100070 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo
  34. # The start of the GOT-mapped area. This should only contain functions that
  35. # are accessed purely via the traditional psABI scheme. The symbol value
  36. # is the address of the lazy-binding stub.
  37. 9: 10101000 0 FUNC GLOBAL DEFAULT UND f_iu
  38. Symbol table '\.symtab' .*
  39. #...
  40. Primary GOT:
  41. Canonical gp value: 10208ff0
  42. Reserved entries:
  43. Address Access Initial Purpose
  44. 10201000 -32752\(gp\) 00000000 Lazy resolver
  45. 10201004 -32748\(gp\) 80000000 Module pointer \(GNU extension\)
  46. # See the disassembly output for the meaning of each entry.
  47. Local entries:
  48. Address Access Initial
  49. 10201008 -32744\(gp\) 10100040
  50. 1020100c -32740\(gp\) 10100020
  51. 10201010 -32736\(gp\) 10100050
  52. Global entries:
  53. Address Access Initial Sym\.Val\. Type Ndx Name
  54. 10201014 -32732\(gp\) 10101000 10101000 FUNC UND f_iu
  55. PLT GOT:
  56. Reserved entries:
  57. Address Initial Purpose
  58. 10200000 00000000 PLT lazy resolver
  59. 10200004 00000000 Module pointer
  60. Entries:
  61. Address Initial Sym\.Val\. Type Ndx Name
  62. 10200008 10100000 10100020 FUNC UND f_lo_iu
  63. 1020000c 10100000 00000000 FUNC UND f_du
  64. 10200010 10100000 00000000 FUNC UND f_iu_du
  65. 10200014 10100000 10100050 FUNC UND f_lo_iu_du
  66. 10200018 10100000 10100060 FUNC UND f_lo_du
  67. 1020001c 10100000 10100070 FUNC UND f_lo