Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .file "sample.c$
  2. .text
  3. .globl empty_function
  4. .type empty_function, @function
  5. empty_function:
  6. .LFB0:
  7. .cfi_startproc
  8. pushq %rbp
  9. .cfi_def_cfa_offset 16
  10. .cfi_offset 6, -16
  11. movq %rsp, %rbp
  12. .cfi_def_cfa_register 6
  13. popq %rbp
  14. .cfi_def_cfa 7, 8
  15. ret
  16. .cfi_endproc
  17. .LFE0:
  18. .size empty_function, .-empty_function
  19. .ident "GCC: (Debian 4.9.2-10) 4.9.2"
  20. .section .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement