compressed-plt-1-o32-umips-word.rd 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. Dynamic section .*
  2. #...
  3. 0x00000003 \(PLTGOT\) 0x10202000
  4. #...
  5. 0x70000013 \(MIPS_GOTSYM\) 0x1f
  6. 0x00000014 \(PLTREL\) REL
  7. 0x00000017 \(JMPREL\) 0x10005000
  8. 0x00000002 \(PLTRELSZ\) 224 \(bytes\)
  9. 0x70000032 \(MIPS_PLTGOT\) 0x10200000
  10. #...
  11. Relocation section '\.rel\.dyn' .*
  12. # All symbols are referenced by a .word in the .data section, so pointer
  13. # equality matters. If a PLT is needed to satisfy a direct call or %lo
  14. # relocation, the symbol should have a nonzero value and there should be
  15. # no dynamic relocations against it. The only relocations here are for
  16. # undefined 0-value symbols. Note that unlike x86, we do not create a PLT
  17. # for the uncalled symbol 'f' in order to maintain backward compatibility
  18. # with pre-PLT ld.sos.
  19. Offset Info Type Sym\.Value Sym\. Name
  20. 00000000 00000000 R_MIPS_NONE
  21. 10201028 00001f03 R_MIPS_REL32 00000000 f_iu_ic
  22. 10201008 00002003 R_MIPS_REL32 00000000 f_ic
  23. 10201020 00002103 R_MIPS_REL32 00000000 f_iu
  24. 10201000 00002203 R_MIPS_REL32 00000000 f
  25. Relocation section '\.rel\.plt' .*
  26. Offset Info Type Sym\.Value Sym\. Name
  27. 10200008 [^ ]+ R_MIPS_JUMP_SLOT 10100121 f_lo_iu
  28. 1020000c [^ ]+ R_MIPS_JUMP_SLOT 10100020 f_lo_iu_du_dc
  29. 10200010 [^ ]+ R_MIPS_JUMP_SLOT 10100030 f_lo_du_ic_dc
  30. 10200014 [^ ]+ R_MIPS_JUMP_SLOT 10100040 f_du_dc
  31. 10200018 [^ ]+ R_MIPS_JUMP_SLOT 10100151 f_lo_iu_dc
  32. 1020001c [^ ]+ R_MIPS_JUMP_SLOT 10100050 f_iu_du_ic
  33. 10200020 [^ ]+ R_MIPS_JUMP_SLOT 10100060 f_lo_du_ic
  34. 10200024 [^ ]+ R_MIPS_JUMP_SLOT 1010015d f_iu_dc
  35. 10200028 [^ ]+ R_MIPS_JUMP_SLOT 10100169 f_lo_iu_ic
  36. 1020002c [^ ]+ R_MIPS_JUMP_SLOT 10100175 f_lo_ic
  37. 10200030 [^ ]+ R_MIPS_JUMP_SLOT 10100070 f_lo_du_dc
  38. 10200034 [^ ]+ R_MIPS_JUMP_SLOT 10100080 f_du
  39. 10200038 [^ ]+ R_MIPS_JUMP_SLOT 10100090 f_du_ic_dc
  40. 1020003c [^ ]+ R_MIPS_JUMP_SLOT 101000a0 f_du_ic
  41. 10200040 [^ ]+ R_MIPS_JUMP_SLOT 101000b0 f_iu_du_dc
  42. 10200044 [^ ]+ R_MIPS_JUMP_SLOT 101001a5 f_lo_dc
  43. 10200048 [^ ]+ R_MIPS_JUMP_SLOT 101000c0 f_iu_du
  44. 1020004c [^ ]+ R_MIPS_JUMP_SLOT 101000d0 f_lo_iu_du
  45. 10200050 [^ ]+ R_MIPS_JUMP_SLOT 101001b1 f_dc
  46. 10200054 [^ ]+ R_MIPS_JUMP_SLOT 101001bd f_ic_dc
  47. 10200058 [^ ]+ R_MIPS_JUMP_SLOT 101000e0 f_lo_du
  48. 1020005c [^ ]+ R_MIPS_JUMP_SLOT 101001c9 f_iu_ic_dc
  49. 10200060 [^ ]+ R_MIPS_JUMP_SLOT 101000f0 f_iu_du_ic_dc
  50. 10200064 [^ ]+ R_MIPS_JUMP_SLOT 101001e1 f_lo_iu_ic_dc
  51. 10200068 [^ ]+ R_MIPS_JUMP_SLOT 10100100 f_lo_iu_du_ic
  52. 1020006c [^ ]+ R_MIPS_JUMP_SLOT 10100110 f_lo_iu_du_ic_dc
  53. 10200070 [^ ]+ R_MIPS_JUMP_SLOT 101001f9 f_lo_ic_dc
  54. 10200074 [^ ]+ R_MIPS_JUMP_SLOT 10100205 f_lo
  55. Symbol table '\.dynsym' .*
  56. Num: Value Size Type Bind Vis Ndx Name
  57. 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
  58. # All symbols have their address taken, so PLT symbols need to have a nonzero
  59. # value. They must also have STO_MIPS_PLT in order to distinguish them from
  60. # old-style lazy-binding stubs).
  61. #
  62. # A MIPS (as opposed to microMIPS) PLT should be used as the symbol value
  63. # if and only if the function has a direct MIPS caller (du).
  64. .*: 10100121 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu
  65. .*: 10100020 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_du_dc
  66. #...
  67. .*: 10100030 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_du_ic_dc
  68. .*: 10100040 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_du_dc
  69. .*: 10100151 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_dc
  70. .*: 10100050 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_iu_du_ic
  71. .*: 10100060 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_du_ic
  72. .*: 1010015d 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_iu_dc
  73. .*: 10100169 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_ic
  74. .*: 10100175 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_ic
  75. .*: 10100070 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_du_dc
  76. .*: 10100080 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_du
  77. .*: 10100090 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_du_ic_dc
  78. .*: 101000a0 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_du_ic
  79. .*: 101000b0 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_iu_du_dc
  80. .*: 101001a5 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_dc
  81. .*: 101000c0 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_iu_du
  82. .*: 101000d0 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_du
  83. .*: 101001b1 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_dc
  84. .*: 101001bd 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_ic_dc
  85. .*: 101000e0 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_du
  86. .*: 101001c9 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_iu_ic_dc
  87. .*: 101000f0 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_iu_du_ic_dc
  88. #...
  89. .*: 101001e1 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_ic_dc
  90. .*: 10100100 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_du_ic
  91. .*: 10100110 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_iu_du_ic_dc
  92. .*: 101001f9 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo_ic_dc
  93. .*: 10100205 0 FUNC GLOBAL DEFAULT \[MIPS PLT\] UND f_lo
  94. # The start of the GOT-mapped area. This should only contain functions that
  95. # are accessed purely via the traditional psABI scheme. Since the functions
  96. # have their addresses taken, they cannot use a lazy-binding stub.
  97. # The symbol values are therefore all zero.
  98. 31: 00000000 0 FUNC GLOBAL DEFAULT UND f_iu_ic
  99. 32: 00000000 0 FUNC GLOBAL DEFAULT UND f_ic
  100. 33: 00000000 0 FUNC GLOBAL DEFAULT UND f_iu
  101. 34: 00000000 0 FUNC GLOBAL DEFAULT UND f
  102. Symbol table '\.symtab' .*
  103. #...
  104. Hex dump of section '\.data':
  105. 0x10201000 (00000000|00000000) (101001b1|b1011010) (00000000|00000000) (101001bd|bd011010) .*
  106. 0x10201010 (10100080|80001010) (10100040|40001010) (101000a0|a0001010) (10100090|90001010) .*
  107. 0x10201020 (00000000|00000000) (1010015d|5d011010) (00000000|00000000) (101001c9|c9011010) .*
  108. 0x10201030 (101000c0|c0001010) (101000b0|b0001010) (10100050|50001010) (101000f0|f0001010) .*
  109. 0x10201040 (10100205|05021010) (101001a5|a5011010) (10100175|75011010) (101001f9|f9011010) .*
  110. 0x10201050 (101000e0|e0001010) (10100070|70001010) (10100060|60001010) (10100030|30001010) .*
  111. 0x10201060 (10100121|21011010) (10100151|51011010) (10100169|69011010) (101001e1|e1011010) .*
  112. 0x10201070 (101000d0|d0001010) (10100020|20001010) (10100100|00011010) (10100110|10011010) .*
  113. Primary GOT:
  114. Canonical gp value: 10209ff0
  115. Reserved entries:
  116. Address Access Initial Purpose
  117. 10202000 -32752\(gp\) 00000000 Lazy resolver
  118. 10202004 -32748\(gp\) 80000000 Module pointer \(GNU extension\)
  119. # See the disassembly output for the meaning of each entry.
  120. Local entries:
  121. Address Access Initial
  122. 10202008 -32744\(gp\) 101001bd
  123. 1020200c -32740\(gp\) 101000a0
  124. 10202010 -32736\(gp\) 10100090
  125. 10202014 -32732\(gp\) 101001c9
  126. 10202018 -32728\(gp\) 10100050
  127. 1020201c -32724\(gp\) 101000f0
  128. 10202020 -32720\(gp\) 10100175
  129. 10202024 -32716\(gp\) 101001f9
  130. 10202028 -32712\(gp\) 10100060
  131. 1020202c -32708\(gp\) 10100030
  132. 10202030 -32704\(gp\) 10100169
  133. 10202034 -32700\(gp\) 101001e1
  134. 10202038 -32696\(gp\) 10100100
  135. 1020203c -32692\(gp\) 10100110
  136. 10202040 -32688\(gp\) 1010015d
  137. 10202044 -32684\(gp\) 101000c0
  138. 10202048 -32680\(gp\) 101000b0
  139. 1020204c -32676\(gp\) 10100121
  140. 10202050 -32672\(gp\) 10100151
  141. 10202054 -32668\(gp\) 101000d0
  142. 10202058 -32664\(gp\) 10100020
  143. Global entries:
  144. Address Access Initial Sym\.Val\. Type Ndx Name
  145. 1020205c -32660\(gp\) 00000000 00000000 FUNC UND f_iu_ic
  146. 10202060 -32656\(gp\) 00000000 00000000 FUNC UND f_ic
  147. 10202064 -32652\(gp\) 00000000 00000000 FUNC UND f_iu
  148. 10202068 -32648\(gp\) 00000000 00000000 FUNC UND f
  149. PLT GOT:
  150. Reserved entries:
  151. Address Initial Purpose
  152. 10200000 00000000 PLT lazy resolver
  153. 10200004 00000000 Module pointer
  154. Entries:
  155. Address Initial Sym\.Val\. Type Ndx Name
  156. 10200008 10100000 10100121 FUNC UND f_lo_iu
  157. 1020000c 10100000 10100020 FUNC UND f_lo_iu_du_dc
  158. 10200010 10100000 10100030 FUNC UND f_lo_du_ic_dc
  159. 10200014 10100000 10100040 FUNC UND f_du_dc
  160. 10200018 10100000 10100151 FUNC UND f_lo_iu_dc
  161. 1020001c 10100000 10100050 FUNC UND f_iu_du_ic
  162. 10200020 10100000 10100060 FUNC UND f_lo_du_ic
  163. 10200024 10100000 1010015d FUNC UND f_iu_dc
  164. 10200028 10100000 10100169 FUNC UND f_lo_iu_ic
  165. 1020002c 10100000 10100175 FUNC UND f_lo_ic
  166. 10200030 10100000 10100070 FUNC UND f_lo_du_dc
  167. 10200034 10100000 10100080 FUNC UND f_du
  168. 10200038 10100000 10100090 FUNC UND f_du_ic_dc
  169. 1020003c 10100000 101000a0 FUNC UND f_du_ic
  170. 10200040 10100000 101000b0 FUNC UND f_iu_du_dc
  171. 10200044 10100000 101001a5 FUNC UND f_lo_dc
  172. 10200048 10100000 101000c0 FUNC UND f_iu_du
  173. 1020004c 10100000 101000d0 FUNC UND f_lo_iu_du
  174. 10200050 10100000 101001b1 FUNC UND f_dc
  175. 10200054 10100000 101001bd FUNC UND f_ic_dc
  176. 10200058 10100000 101000e0 FUNC UND f_lo_du
  177. 1020005c 10100000 101001c9 FUNC UND f_iu_ic_dc
  178. 10200060 10100000 101000f0 FUNC UND f_iu_du_ic_dc
  179. 10200064 10100000 101001e1 FUNC UND f_lo_iu_ic_dc
  180. 10200068 10100000 10100100 FUNC UND f_lo_iu_du_ic
  181. 1020006c 10100000 10100110 FUNC UND f_lo_iu_du_ic_dc
  182. 10200070 10100000 101001f9 FUNC UND f_lo_ic_dc
  183. 10200074 10100000 10100205 FUNC UND f_lo