Advertisement
TwITe

Untitled

Mar 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.90 KB | None | 0 0
  1.     .file   "driver.cpp"
  2.     .local  _ZStL8__ioinit
  3.     .comm   _ZStL8__ioinit,1,1
  4.     .section    .rodata
  5. .LC0:
  6.     .string "Hello, world!"
  7.     .text
  8.     .globl  main
  9.     .type   main, @function
  10. main:
  11. .LFB1021:
  12.     .cfi_startproc
  13.     pushq   %rbp
  14.     .cfi_def_cfa_offset 16
  15.     .cfi_offset 6, -16
  16.     movq    %rsp, %rbp
  17.     .cfi_def_cfa_register 6
  18.     movl    $.LC0, %esi
  19.     movl    $_ZSt4cout, %edi
  20.     call    _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
  21.     movl    $_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_, %esi
  22.     movq    %rax, %rdi
  23.     call    _ZNSolsEPFRSoS_E
  24.     movl    $0, %eax
  25.     popq    %rbp
  26.     .cfi_def_cfa 7, 8
  27.     ret
  28.     .cfi_endproc
  29. .LFE1021:
  30.     .size   main, .-main
  31.     .type   _Z41__static_initialization_and_destruction_0ii, @function
  32. _Z41__static_initialization_and_destruction_0ii:
  33. .LFB1030:
  34.     .cfi_startproc
  35.     pushq   %rbp
  36.     .cfi_def_cfa_offset 16
  37.     .cfi_offset 6, -16
  38.     movq    %rsp, %rbp
  39.     .cfi_def_cfa_register 6
  40.     subq    $16, %rsp
  41.     movl    %edi, -4(%rbp)
  42.     movl    %esi, -8(%rbp)
  43.     cmpl    $1, -4(%rbp)
  44.     jne .L5
  45.     cmpl    $65535, -8(%rbp)
  46.     jne .L5
  47.     movl    $_ZStL8__ioinit, %edi
  48.     call    _ZNSt8ios_base4InitC1Ev
  49.     movl    $__dso_handle, %edx
  50.     movl    $_ZStL8__ioinit, %esi
  51.     movl    $_ZNSt8ios_base4InitD1Ev, %edi
  52.     call    __cxa_atexit
  53. .L5:
  54.     nop
  55.     leave
  56.     .cfi_def_cfa 7, 8
  57.     ret
  58.     .cfi_endproc
  59. .LFE1030:
  60.     .size   _Z41__static_initialization_and_destruction_0ii, .-_Z41__static_initialization_and_destruction_0ii
  61.     .type   _GLOBAL__sub_I_main, @function
  62. _GLOBAL__sub_I_main:
  63. .LFB1031:
  64.     .cfi_startproc
  65.     pushq   %rbp
  66.     .cfi_def_cfa_offset 16
  67.     .cfi_offset 6, -16
  68.     movq    %rsp, %rbp
  69.     .cfi_def_cfa_register 6
  70.     movl    $65535, %esi
  71.     movl    $1, %edi
  72.     call    _Z41__static_initialization_and_destruction_0ii
  73.     popq    %rbp
  74.     .cfi_def_cfa 7, 8
  75.     ret
  76.     .cfi_endproc
  77. .LFE1031:
  78.     .size   _GLOBAL__sub_I_main, .-_GLOBAL__sub_I_main
  79.     .section    .init_array,"aw"
  80.     .align 8
  81.     .quad   _GLOBAL__sub_I_main
  82.     .hidden __dso_handle
  83.     .ident  "GCC: (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609"
  84.     .section    .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement