Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. stephan@KING-PC:/mnt/f/Development/Repositories/benny$ objdump ./kernel/kernel.bin -h
  2.  
  3. ./kernel/kernel.bin: Dateiformat elf32-i386
  4.  
  5. Sektionen:
  6. Idx Name Größe VMA LMA Datei-Off Ausr.
  7. 0 .note.gnu.build-id 00000024 00100000 00100000 00001000 2**2
  8. CONTENTS, ALLOC, LOAD, READONLY, DATA
  9. 1 .text 00000044 00101000 00101000 00002000 2**12
  10. CONTENTS, ALLOC, LOAD, READONLY, CODE
  11. 2 .fini 00000030 00101050 00101050 00002050 2**4
  12. CONTENTS, ALLOC, LOAD, READONLY, CODE
  13. 3 .init 0000002f 00101080 00101080 00002080 2**4
  14. CONTENTS, ALLOC, LOAD, READONLY, CODE
  15. 4 .dtors 00000008 001010b0 001010b0 000020b0 2**2
  16. CONTENTS, ALLOC, LOAD, DATA
  17. 5 .ctors 00000008 001010b8 001010b8 000020b8 2**2
  18. CONTENTS, ALLOC, LOAD, DATA
  19. 6 .bss 00004000 00102000 00102000 000020c0 2**12
  20. ALLOC
  21. 7 .debug_str 00000113 00000000 00000000 000020c0 2**0
  22. CONTENTS, READONLY, DEBUGGING
  23. 8 .debug_loc 00000013 00000000 00000000 000021d3 2**0
  24. CONTENTS, READONLY, DEBUGGING
  25. 9 .debug_abbrev 00000164 00000000 00000000 000021e6 2**0
  26. CONTENTS, READONLY, DEBUGGING
  27. 10 .debug_info 0000028b 00000000 00000000 0000234a 2**0
  28. CONTENTS, READONLY, DEBUGGING
  29. 11 .debug_ranges 00000018 00000000 00000000 000025d5 2**0
  30. CONTENTS, READONLY, DEBUGGING
  31. 12 .debug_macinfo 00000003 00000000 00000000 000025ed 2**0
  32. CONTENTS, READONLY, DEBUGGING
  33. 13 .debug_pubnames 000000d9 00000000 00000000 000025f0 2**0
  34. CONTENTS, READONLY, DEBUGGING
  35. 14 .debug_pubtypes 00000036 00000000 00000000 000026c9 2**0
  36. CONTENTS, READONLY, DEBUGGING
  37. 15 .comment 0000003b 00000000 00000000 000026ff 2**0
  38. CONTENTS, READONLY
  39. 16 .debug_frame 00000080 00000000 00000000 0000273c 2**2
  40. CONTENTS, READONLY, DEBUGGING
  41. 17 .debug_line 0000017e 00000000 00000000 000027bc 2**0
  42. CONTENTS, READONLY, DEBUGGING
  43. 18 .debug_aranges 00000020 00000000 00000000 0000293a 2**0
  44. CONTENTS, READONLY, DEBUGGING
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement