Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. Section Headers:
  2. [Nr] Name Type Addr Off Size ES Flg Lk Inf Al
  3. [ 0] NULL 00000000 000000 000000 00 0 0 0
  4. [ 1] .text PROGBITS 60000000 008000 0ad1d8 00 AX 0 0 16
  5. [ 2] .itext PROGBITS 00000000 0b8000 001a6c 00 WAX 0 0 4
  6. [ 3] .ibss NOBITS 00002000 0ba000 005dfc 00 WA 0 0 2048
  7. [ 4] .init PROGBITS 63e56800 0be800 001f40 00 AX 0 0 8
  8. [ 5] .stack PROGBITS 600b0b84 0c0740 002000 00 W 0 0 1
  9. [ 6] .bss NOBITS 600b2ba0 0c2ba0 0777a4 00 WA 0 0 32
  10. [ 7] .ncbss NOBITS 4012a344 0c2344 0007fc 00 WA 0 0 32
  11. [ 8] .ARM.attributes ARM_ATTRIBUTES 00000000 0c2740 00002e 00 0 0 1
  12. [ 9] .comment PROGBITS 00000000 0c276e 000011 01 MS 0 0 1
  13. [10] .debug_line PROGBITS 00000000 0c277f 0003cf 00 0 0 1
  14. [11] .debug_info PROGBITS 00000000 0c2b4e 000f23 00 0 0 1
  15. [12] .debug_abbrev PROGBITS 00000000 0c3a71 000487 00 0 0 1
  16. [13] .debug_aranges PROGBITS 00000000 0c3ef8 0000c0 00 0 0 8
  17. [14] .debug_frame PROGBITS 00000000 0c3fb8 000108 00 0 0 4
  18. [15] .debug_loc PROGBITS 00000000 0c40c0 000f6f 00 0 0 1
  19. [16] .debug_pubnames PROGBITS 00000000 0c502f 0000cd 00 0 0 1
  20. [17] .debug_str PROGBITS 00000000 0c50fc 0001ee 01 MS 0 0 1
  21. [18] .debug_ranges PROGBITS 00000000 0c52ea 0001b8 00 0 0 1
  22. [19] .shstrtab STRTAB 00000000 0c54a2 0000d6 00 0 0 1
  23. [20] .symtab SYMTAB 00000000 0c58e8 02aa90 10 21 8778 4
  24. [21] .strtab STRTAB 00000000 0f0378 016ac1 00 0 0 1
  25. Key to Flags:
  26. W (write), A (alloc), X (execute), M (merge), S (strings)
  27. I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
  28. O (extra OS processing required) o (OS specific), p (processor specific)
  29.  
  30. There are no section groups in this file.
  31.  
  32. Program Headers:
  33. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  34. LOAD 0x008000 0x60000000 0x60000000 0xad1d8 0xad1d8 R E 0x8000
  35. LOAD 0x0b8000 0x00000000 0x600ad1d8 0x01a6c 0x01a6c RWE 0x8000
  36. LOAD 0x0ba000 0x00002000 0x600aec44 0x00000 0x05dfc RW 0x8000
  37. LOAD 0x0be800 0x63e56800 0x600aec44 0x01f40 0x01f40 R E 0x8000
  38. LOAD 0x0c2ba0 0x600b2ba0 0x600b2ba0 0x00000 0x777a4 RW 0x8000
  39. LOAD 0x0c2344 0x4012a344 0x6012a344 0x00000 0x007fc RW 0x8000
  40.  
  41. Section to Segment mapping:
  42. Segment Sections...
  43. 00 .text
  44. 01 .itext
  45. 02 .ibss
  46. 03 .init
  47. 04 .bss
  48. 05 .ncbss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement