Advertisement
Guest User

sparc plt problem and wine

a guest
Dec 26th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. readelf -r:
  2. 0002c988 00003315 R_SPARC_JMP_SLOT 00000000 wine_dbg_log + 0
  3.  
  4. objdump -D:
  5. 0002c988 <wine_dbg_log@plt>:
  6. 2c988: 03 00 00 78 sethi %hi(0x1e000), %g1
  7. 2c98c: 30 bf ff e1 b,a 2c910 <_PROCEDURE_LINKAGE_TABLE_>
  8. 2c990: 01 00 00 00 nop
  9.  
  10. gdb:
  11. 0xf66957e0 <+288>: call 0xf66a8988 <wine_dbg_log@plt>
  12. (gdb) printf "%08x\n", (void*)*0xf66a8988
  13. 033dfa34
  14. (gdb) printf "%08x\n", (void*)*0xf66a898C
  15. 81c06200
  16. (gdb) printf "%08x\n", (void*)*0xf66a8990
  17. 01000000
  18. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement