Guest User

llvm-objdump on 'test'

a guest
Jan 22nd, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. llvm-objdump -t ./test
  2.  
  3. ./test: file format ELF64-x86-64
  4.  
  5. SYMBOL TABLE:
  6. 0080078c l F .text 00000000 call_gmon_start
  7. 00000000 l df *ABS* 00000000 crtstuff.c
  8. 00803070 l .ctors 00000000 __CTOR_LIST__
  9. 00803090 l .dtors 00000000 __DTOR_LIST__
  10. 008030b0 l .jcr 00000000 __JCR_LIST__
  11. 008007b0 l F .text 00000000 __do_global_dtors_aux
  12. 008030c0 l .bss 00000001 completed.6338
  13. 008030c8 l .bss 00000008 dtor_idx.6340
  14. 00800820 l F .text 00000000 frame_dummy
  15. 00000000 l df *ABS* 00000000 test.c
  16. 00000000 l df *ABS* 00000000 crtstuff.c
  17. 00803078 l .ctors 00000000 __CTOR_END__
  18. 00800bf0 l .eh_frame 00000000 __FRAME_END__
  19. 008030b0 l .jcr 00000000 __JCR_END__
  20. 00800900 l F .text 00000000 __do_global_ctors_aux
  21. 00800b38 l .rodata 00000000 __dso_handle
  22. 00803098 l .dtors 00000000 __DTOR_END__
  23. 00802cf0 l .dynamic 00000190 _DYNAMIC
  24. 00000000 l *ABS* 00000000 __init_array_start
  25. 00000000 l *ABS* 00000000 __init_array_end
  26. 00803020 l .got.plt 00000020 _GLOBAL_OFFSET_TABLE_
  27. 00800860 g F .text 00000002 __libc_csu_fini
  28. 00800760 g F .text 00000000 _start
  29. 00800870 g F .text 00000089 __libc_csu_init
  30. 00800850 g F .text 0000000e main
  31. 00803060 lw .data 00000000 data_start
  32. 00800b30 g .rodata 00000004 _IO_stdin_used
  33. 00000000 *UND* 00000000 __libc_start_main
  34. 00803060 g .data 00000000 __data_start
  35. 00000000 w *UND* 00000000 __gmon_start__
  36. 008006e0 g F .init 00000000 _init
  37. 00800b10 g F .fini 00000000 _fini
  38. 00000000 w *UND* 00000000 _Jv_RegisterClasses
  39. 00401860 g *ABS* 00000000 _edata
  40. 00401860 g *ABS* 00000000 __bss_start
  41. 00401870 g *ABS* 00000000 _end
Add Comment
Please, Sign In to add comment