compressed-plt-1-o32-mips16-only.od 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .* file format .*
  2. Disassembly of section \.plt:
  3. # Only _dc (direct call from compressed code) functions should have a
  4. # MIPS16 PLT. Note that indirect calls do not influence the choice,
  5. # so f_ic and f_lo_ic have MIPS rather than MIPS16 PLTs.
  6. 10100000 <_PROCEDURE_LINKAGE_TABLE_>:
  7. .*: 3c1c1020 lui \$28,0x1020
  8. .*: 8f990000 lw \$25,0\(\$28\)
  9. .*: 279c0000 addiu \$28,\$28,0
  10. .*: 031cc023 subu \$24,\$24,\$28
  11. .*: 03e07825 move \$15,\$31
  12. .*: 0018c082 srl \$24,\$24,0x2
  13. .*: 0320f809 jalr \$25
  14. .*: 2718fffe addiu \$24,\$24,-2
  15. 10100020 <f_lo_ic@plt>:
  16. .*: 3c0f1020 lui \$15,0x1020
  17. .*: 8df90008 lw \$25,8\(\$15\)
  18. .*: 03200008 jr \$25
  19. .*: 25f80008 addiu \$24,\$15,8
  20. 10100030 <f_lo@plt>:
  21. .*: 3c0f1020 lui \$15,0x1020
  22. .*: 8df9001c lw \$25,28\(\$15\)
  23. .*: 03200008 jr \$25
  24. .*: 25f8001c addiu \$24,\$15,28
  25. 10100040 <f_lo_dc@mips16plt>:
  26. .*: b203 lw \$2,1010004c <f_lo_dc@mips16plt\+0xc>
  27. .*: 9a60 lw \$3,0\(\$2\)
  28. .*: 651a move \$24,\$2
  29. .*: eb00 jr \$3
  30. .*: 653b move \$25,\$3
  31. .*: 6500 nop
  32. .*: .... .... \.word 0x1020000c
  33. 10100050 <f_dc@mips16plt>:
  34. .*: b203 lw \$2,1010005c <f_dc@mips16plt\+0xc>
  35. .*: 9a60 lw \$3,0\(\$2\)
  36. .*: 651a move \$24,\$2
  37. .*: eb00 jr \$3
  38. .*: 653b move \$25,\$3
  39. .*: 6500 nop
  40. .*: .... .... \.word 0x10200010
  41. 10100060 <f_ic_dc@mips16plt>:
  42. .*: b203 lw \$2,1010006c <f_ic_dc@mips16plt\+0xc>
  43. .*: 9a60 lw \$3,0\(\$2\)
  44. .*: 651a move \$24,\$2
  45. .*: eb00 jr \$3
  46. .*: 653b move \$25,\$3
  47. .*: 6500 nop
  48. .*: .... .... \.word 0x10200014
  49. 10100070 <f_lo_ic_dc@mips16plt>:
  50. .*: b203 lw \$2,1010007c <f_lo_ic_dc@mips16plt\+0xc>
  51. .*: 9a60 lw \$3,0\(\$2\)
  52. .*: 651a move \$24,\$2
  53. .*: eb00 jr \$3
  54. .*: 653b move \$25,\$3
  55. .*: 6500 nop
  56. .*: .... .... \.word 0x10200018
  57. Disassembly of section \.MIPS\.stubs:
  58. 10101000 <_MIPS_STUBS_>:
  59. # Lazy-binding stub for f_ic.
  60. .*: 8f998010 lw \$25,-32752\(\$28\)
  61. .*: 03e07825 move \$15,\$31
  62. .*: 0320f809 jalr \$25
  63. .*: 24180009 li \$24,9
  64. \.\.\.
  65. Disassembly of section \.text\.a:
  66. 10102000 <testc>:
  67. .*: .... .... jal [0-9a-f]+ <f_dc@mips16plt>
  68. .*: 6500 nop
  69. .*: f030 9b44 lw \$2,-32732\(\$3\)
  70. # ^ global GOT entry for f_ic
  71. .*: .... .... jal [0-9a-f]+ <f_ic_dc@mips16plt>
  72. .*: 6500 nop
  73. .*: f010 9b58 lw \$2,-32744\(\$3\)
  74. # ^ local GOT entry for f_ic_dc@mips16plt
  75. .*: .... .... jal [0-9a-f]+ <f_lo_dc@mips16plt>
  76. .*: 6500 nop
  77. .*: f010 9b5c lw \$2,-32740\(\$3\)
  78. # ^ local GOT entry for f_lo_ic@plt
  79. .*: .... .... jal [0-9a-f]+ <f_lo_ic_dc@mips16plt>
  80. .*: 6500 nop
  81. .*: f030 9b40 lw \$2,-32736\(\$3\)
  82. # ^ local GOT entry for f_lo_ic_dc@mips16plt
  83. .*: e820 jr \$31
  84. Disassembly of section \.text\.c:
  85. 10103000 <testlo>:
  86. .*: 24020030 li \$2,48
  87. # ^ low 16 bits of f_lo@plt
  88. .*: 24020041 li \$2,65
  89. # ^ low 16 bits of f_lo_dc@mips16plt
  90. .*: 24020020 li \$2,32
  91. # ^ low 16 bits of f_lo_ic@plt
  92. .*: 24020071 li \$2,113
  93. # ^ low 16 bits of f_lo_ic_dc@mips16plt