notoc2.d 880 B

1234567891011121314151617181920212223242526272829
  1. #source: notoc2.s
  2. #as: -a64 -mpower10
  3. #ld: -shared -z norelro
  4. #objdump: -d -Mpower10
  5. #target: powerpc64*-*-*
  6. .*
  7. Disassembly of section \.text:
  8. .* <.*\.plt_call\.puts>:
  9. .*: (04 10 00 01|01 00 10 04) pld r12,66200 # 10418 \[puts@plt\]
  10. .*: (e5 80 02 98|98 02 80 e5)
  11. .*: (7d 89 03 a6|a6 03 89 7d) mtctr r12
  12. .*: (4e 80 04 20|20 04 80 4e) bctr
  13. #...
  14. .*: (04 13 ff ff|ff ff 13 04) pld r12,-1 # 1bf
  15. .*: (e5 80 ff ff|ff ff 80 e5)
  16. .*: (04 10 00 00|00 00 10 04) pld r12,0 # 1c8
  17. .*: (e5 80 00 00|00 00 80 e5)
  18. .*: (06 13 ff ff|ff ff 13 06) pla r12,-1 # 1cf
  19. .*: (39 80 ff ff|ff ff 80 39)
  20. .*: (06 10 00 00|00 00 10 06) pla r12,0 # 1d8
  21. .*: (39 80 00 00|00 00 80 39)
  22. .*: (06 10 00 00|00 00 10 06) pla r3,88 # 238 <hello>
  23. .*: (38 60 00 58|58 00 60 38)
  24. .*: (4b ff ff 99|99 ff ff 4b) bl .* <.*\.plt_call\.puts>
  25. .*: (60 00 00 00|00 00 00 60) nop
  26. #pass