Advertisement
Guest User

Untitled

a guest
Sep 5th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. app.elf: file format elf32-little
  2.  
  3. Sections:
  4. Idx Name Size VMA LMA File off Algn
  5. 0 .flash_vectors 00000010 08010000 08010000 00010000 2**0
  6. CONTENTS, ALLOC, LOAD, READONLY, DATA
  7. 1 .isr_vector 000001ac 08010200 08010200 00010200 2**9
  8. CONTENTS, ALLOC, LOAD, READONLY, DATA
  9. 2 .text 00006cf0 080103b0 080103b0 000103b0 2**4
  10. CONTENTS, ALLOC, LOAD, READONLY, CODE
  11. 3 .rodata 000007b4 080170a0 080170a0 000170a0 2**2
  12. CONTENTS, ALLOC, LOAD, READONLY, DATA
  13. 4 .ARM 00000008 08017854 08017854 00017854 2**2
  14. CONTENTS, ALLOC, LOAD, READONLY, DATA
  15. 5 .init_array 00000004 0801785c 0801785c 0001785c 2**2
  16. CONTENTS, ALLOC, LOAD, DATA
  17. 6 .fini_array 00000004 08017860 08017860 00017860 2**2
  18. CONTENTS, ALLOC, LOAD, DATA
  19. 7 .data 00000124 20000000 08017864 00020000 2**2
  20. CONTENTS, ALLOC, LOAD, DATA
  21. 8 .ccmram 00000000 10000000 10000000 00020124 2**0
  22. CONTENTS
  23. 9 .bss 00004d3c 20000124 20000124 00020124 2**2
  24. ALLOC
  25. 10 ._user_heap_stack 00000600 20004e60 20004e60 00020124 2**0
  26. ALLOC
  27. 11 .ARM.attributes 00000030 00000000 00000000 00020124 2**0
  28. CONTENTS, READONLY
  29. 12 .debug_info 0002c197 00000000 00000000 00020154 2**0
  30. CONTENTS, READONLY, DEBUGGING
  31. 13 .debug_abbrev 00004d7d 00000000 00000000 0004c2eb 2**0
  32. CONTENTS, READONLY, DEBUGGING
  33. 14 .debug_loc 00014161 00000000 00000000 00051068 2**0
  34. CONTENTS, READONLY, DEBUGGING
  35. 15 .debug_aranges 000016f0 00000000 00000000 000651d0 2**3
  36. CONTENTS, READONLY, DEBUGGING
  37. 16 .debug_ranges 000017e8 00000000 00000000 000668c0 2**3
  38. CONTENTS, READONLY, DEBUGGING
  39. 17 .debug_line 0001c73d 00000000 00000000 000680a8 2**0
  40. CONTENTS, READONLY, DEBUGGING
  41. 18 .debug_str 00007847 00000000 00000000 000847e5 2**0
  42. CONTENTS, READONLY, DEBUGGING
  43. 19 .comment 0000001d 00000000 00000000 0008c02c 2**0
  44. CONTENTS, READONLY
  45. 20 .debug_frame 000049b4 00000000 00000000 0008c04c 2**2
  46. CONTENTS, READONLY, DEBUGGING
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement