Advertisement
Guest User

Untitled

a guest
Nov 28th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.13 KB | None | 0 0
  1. $ objdump --sym debuginfo.xan.o
  2.  
  3. debuginfo.xan.o:     file format elf64-x86-64
  4.  
  5. SYMBOL TABLE:
  6. 0000000000400238 l    d  .interp        0000000000000000              .interp
  7. 0000000000400254 l    d  .note.ABI-tag  0000000000000000              .note.ABI-tag
  8. 0000000000400278 l    d  .gnu.hash      0000000000000000              .gnu.hash
  9. 0000000000400298 l    d  .dynsym        0000000000000000              .dynsym
  10. 00000000004002e0 l    d  .dynstr        0000000000000000              .dynstr
  11. 0000000000400318 l    d  .gnu.version   0000000000000000              .gnu.version
  12. 0000000000400320 l    d  .gnu.version_r 0000000000000000              .gnu.version_r
  13. 0000000000400340 l    d  .rela.dyn      0000000000000000              .rela.dyn
  14. 0000000000400370 l    d  .init  0000000000000000              .init
  15. 0000000000400390 l    d  .text  0000000000000000              .text
  16. 0000000000400514 l    d  .fini  0000000000000000              .fini
  17. 0000000000400520 l    d  .rodata        0000000000000000              .rodata
  18. 0000000000400530 l    d  .eh_frame_hdr  0000000000000000              .eh_frame_hdr
  19. 0000000000400568 l    d  .eh_frame      0000000000000000              .eh_frame
  20. 0000000000600e50 l    d  .init_array    0000000000000000              .init_array
  21. 0000000000600e58 l    d  .fini_array    0000000000000000              .fini_array
  22. 0000000000600e60 l    d  .dynamic       0000000000000000              .dynamic
  23. 0000000000600ff0 l    d  .got   0000000000000000              .got
  24. 0000000000601000 l    d  .got.plt       0000000000000000              .got.plt
  25. 0000000000601018 l    d  .data  0000000000000000              .data
  26. 0000000000601028 l    d  .bss   0000000000000000              .bss
  27. 0000000000000000 l    d  .comment       0000000000000000              .comment
  28. 0000000000000000 l    d  .debug_pubnames        0000000000000000              .debug_pubnames
  29. 0000000000000000 l    d  .debug_info    0000000000000000              .debug_info
  30. 0000000000000000 l    d  .debug_abbrev  0000000000000000              .debug_abbrev
  31. 0000000000000000 l    d  .debug_line    0000000000000000              .debug_line
  32. 0000000000000000 l    d  .debug_str     0000000000000000              .debug_str
  33. 0000000000000000 l    d  .debug_macinfo 0000000000000000              .debug_macinfo
  34. 0000000000000000 l    d  .debug_pubtypes        0000000000000000              .debug_pubtypes
  35. 0000000000000000 l    df *ABS*  0000000000000000              crtstuff.c
  36. 00000000004003d0 l     F .text  0000000000000000              deregister_tm_clones
  37. 0000000000400400 l     F .text  0000000000000000              register_tm_clones
  38. 0000000000400440 l     F .text  0000000000000000              __do_global_dtors_aux
  39. 0000000000601028 l     O .bss   0000000000000001              completed.7696
  40. 0000000000600e58 l     O .fini_array    0000000000000000              __do_global_dtors_aux_fini_array_entry
  41. 0000000000400470 l     F .text  0000000000000000              frame_dummy
  42. 0000000000600e50 l     O .init_array    0000000000000000              __frame_dummy_init_array_entry
  43. 0000000000000000 l    df *ABS*  0000000000000000              debuginfo.xan
  44. 0000000000400528 l     O .rodata        0000000000000008              NULL
  45. 0000000000000000 l    df *ABS*  0000000000000000              crtstuff.c
  46. 0000000000400634 l     O .eh_frame      0000000000000000              __FRAME_END__
  47. 0000000000000000 l    df *ABS*  0000000000000000              
  48. 0000000000600e58 l       .init_array    0000000000000000              __init_array_end
  49. 0000000000600e60 l     O .dynamic       0000000000000000              _DYNAMIC
  50. 0000000000600e50 l       .init_array    0000000000000000              __init_array_start
  51. 0000000000400530 l       .eh_frame_hdr  0000000000000000              __GNU_EH_FRAME_HDR
  52. 0000000000601000 l     O .got.plt       0000000000000000              _GLOBAL_OFFSET_TABLE_
  53. 0000000000400510 g     F .text  0000000000000002              __libc_csu_fini
  54. 0000000000601018  w      .data  0000000000000000              data_start
  55. 0000000000601028 g       .data  0000000000000000              _edata
  56. 0000000000400514 g     F .fini  0000000000000000              _fini
  57. 0000000000000000       F *UND*  0000000000000000              __libc_start_main@@GLIBC_2.2.5
  58. 0000000000601018 g       .data  0000000000000000              __data_start
  59. 0000000000000000  w      *UND*  0000000000000000              __gmon_start__
  60. 0000000000601020 g     O .data  0000000000000000              .hidden __dso_handle
  61. 0000000000400520 g     O .rodata        0000000000000004              _IO_stdin_used
  62. 00000000004004a0 g     F .text  0000000000000065              __libc_csu_init
  63. 0000000000601030 g       .bss   0000000000000000              _end
  64. 00000000004003c0 g     F .text  0000000000000002              .hidden _dl_relocate_static_pie
  65. 0000000000400390 g     F .text  000000000000002b              _start
  66. 0000000000601028 g       .bss   0000000000000000              __bss_start
  67. 0000000000400480 g     F .text  0000000000000012              main
  68. 0000000000601028 g     O .data  0000000000000000              .hidden __TMC_END__
  69. 0000000000400370 g     F .init  0000000000000000              _init
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement