Advertisement
Guest User

Untitled

a guest
Dec 11th, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Symbols from "/home/mango/myp/risc-v/prog/add.elf".
  2. Local exec file:
  3. `/home/mango/myp/risc-v/prog/add.elf', file type elf32-littleriscv.
  4. Entry point: 0x108c
  5. 0x00001074 - 0x0000159c is .text
  6. 0x0000259c - 0x000025a0 is .eh_frame
  7. 0x000025a0 - 0x000025a8 is .init_array
  8. 0x000025a8 - 0x000025ac is .fini_array
  9. 0x000025b0 - 0x000029d8 is .data
  10. 0x000029d8 - 0x000029ec is .sdata
  11. 0x000029ec - 0x000029f0 is .sbss
  12. 0x000029f0 - 0x00002a0c is .bss
  13.  
  14. =================
  15.  
  16. ~/myp/risc-v/prog master ?1 > readelf -Wl add.elf
  17.  
  18. Elf file type is EXEC (Executable file)
  19. Entry point 0x108c
  20. There are 2 program headers, starting at offset 52
  21.  
  22. Program Headers:
  23. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  24. LOAD 0x000000 0x00001000 0x00001000 0x0059c 0x0059c R E 0x1000
  25. LOAD 0x00059c 0x0000259c 0x0000259c 0x00450 0x00470 RW 0x1000
  26.  
  27. Section to Segment mapping:
  28. Segment Sections...
  29. 00 .text
  30. 01 .eh_frame .init_array .fini_array .data .sdata .sbss .bss
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement