Guest User

Untitled

a guest
Dec 9th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. .file "1.cpp"
  2. .section .rodata.str1.1,"aMS",@progbits,1
  3. .LC2:
  4. .string " "
  5. .section .text.startup,"ax",@progbits
  6. .p2align 4,,15
  7. .globl main
  8. .type main, @function
  9. main:
  10. .LFB1261:
  11. .cfi_startproc
  12. pushl %ebp
  13. .cfi_def_cfa_offset 8
  14. .cfi_offset 5, -8
  15. xorl %edx, %edx
  16. movl %esp, %ebp
  17. .cfi_def_cfa_register 5
  18. andl $-16, %esp
  19. subl $32, %esp
  20. fldl 8(%edx)
  21. fadd %st(0), %st
  22. faddl .LC0
  23. fldl (%edx)
  24. fadd %st(0), %st
  25. movl $_ZSt4cout, (%esp)
  26. faddl .LC1
  27. fstpl 4(%esp)
  28. fstpl 16(%esp)
  29. call _ZNSo9_M_insertIdEERSoT_
  30. movl $.LC2, 4(%esp)
  31. movl %eax, (%esp)
  32. call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
  33. fldl 16(%esp)
  34. fstpl 4(%esp)
  35. movl %eax, (%esp)
  36. call _ZNSo9_M_insertIdEERSoT_
  37. movl %eax, (%esp)
  38. call _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_
  39. xorl %eax, %eax
  40. leave
  41. .cfi_restore 5
  42. .cfi_def_cfa 4, 4
  43. ret
  44. .cfi_endproc
  45. .LFE1261:
  46. .size main, .-main
  47. .p2align 4,,15
  48. .type _GLOBAL__sub_I_main, @function
  49. _GLOBAL__sub_I_main:
  50. .LFB1286:
  51. .cfi_startproc
  52. subl $28, %esp
  53. .cfi_def_cfa_offset 32
  54. movl $_ZStL8__ioinit, (%esp)
  55. call _ZNSt8ios_base4InitC1Ev
  56. movl $__dso_handle, 8(%esp)
  57. movl $_ZStL8__ioinit, 4(%esp)
  58. movl $_ZNSt8ios_base4InitD1Ev, (%esp)
  59. call __cxa_atexit
  60. addl $28, %esp
  61. .cfi_def_cfa_offset 4
  62. ret
  63. .cfi_endproc
  64. .LFE1286:
  65. .size _GLOBAL__sub_I_main, .-_GLOBAL__sub_I_main
  66. .section .init_array,"aw"
  67. .align 4
  68. .long _GLOBAL__sub_I_main
  69. .local _ZStL8__ioinit
  70. .comm _ZStL8__ioinit,1,1
  71. .section .rodata.cst8,"aM",@progbits,8
  72. .align 8
  73. .LC0:
  74. .long -858993459
  75. .long 1075104972
  76. .align 8
  77. .LC1:
  78. .long -1717986918
  79. .long 1075681689
  80. .hidden __dso_handle
  81. .ident "GCC: (Debian 4.7.3-4) 4.7.3"
  82. .section .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment