Advertisement
Guest User

LLVM

a guest
Feb 4th, 2011
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. .section __TEXT,__text,regular,pure_instructions
  2. .globl _main
  3. .align 4, 0x90
  4. _main:
  5. Leh_func_begin0:
  6. pushq %rbp
  7. Ltmp0:
  8. movq %rsp, %rbp
  9. Ltmp1:
  10. movl $0, %eax
  11. movl $0, -4(%rbp)
  12. popq %rbp
  13. ret
  14. Leh_func_end0:
  15.  
  16. .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
  17. EH_frame0:
  18. Lsection_eh_frame0:
  19. Leh_frame_common0:
  20. Lset0 = Leh_frame_common_end0-Leh_frame_common_begin0
  21. .long Lset0
  22. Leh_frame_common_begin0:
  23. .long 0
  24. .byte 1
  25. .asciz "zR"
  26. .byte 1
  27. .byte 120
  28. .byte 16
  29. .byte 1
  30. .byte 16
  31. .byte 12
  32. .byte 7
  33. .byte 8
  34. .byte 144
  35. .byte 1
  36. .align 3
  37. Leh_frame_common_end0:
  38. .globl _main.eh
  39. _main.eh:
  40. Lset1 = Leh_frame_end0-Leh_frame_begin0
  41. .long Lset1
  42. Leh_frame_begin0:
  43. Lset2 = Leh_frame_begin0-Leh_frame_common0
  44. .long Lset2
  45. Ltmp2:
  46. .quad Leh_func_begin0-Ltmp2
  47. Lset3 = Leh_func_end0-Leh_func_begin0
  48. .quad Lset3
  49. .byte 0
  50. .byte 4
  51. Lset4 = Ltmp0-Leh_func_begin0
  52. .long Lset4
  53. .byte 14
  54. .byte 16
  55. .byte 134
  56. .byte 2
  57. .byte 4
  58. Lset5 = Ltmp1-Ltmp0
  59. .long Lset5
  60. .byte 13
  61. .byte 6
  62. .align 3
  63. Leh_frame_end0:
  64.  
  65.  
  66. .subsections_via_symbols
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement