Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Symbols from "/home/mango/myp/risc-v/prog/add.elf".
- Local exec file:
- `/home/mango/myp/risc-v/prog/add.elf', file type elf32-littleriscv.
- Entry point: 0x108c
- 0x00001074 - 0x0000159c is .text
- 0x0000259c - 0x000025a0 is .eh_frame
- 0x000025a0 - 0x000025a8 is .init_array
- 0x000025a8 - 0x000025ac is .fini_array
- 0x000025b0 - 0x000029d8 is .data
- 0x000029d8 - 0x000029ec is .sdata
- 0x000029ec - 0x000029f0 is .sbss
- 0x000029f0 - 0x00002a0c is .bss
- =================
- ~/myp/risc-v/prog master ?1 > readelf -Wl add.elf
- Elf file type is EXEC (Executable file)
- Entry point 0x108c
- There are 2 program headers, starting at offset 52
- Program Headers:
- Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
- LOAD 0x000000 0x00001000 0x00001000 0x0059c 0x0059c R E 0x1000
- LOAD 0x00059c 0x0000259c 0x0000259c 0x00450 0x00470 RW 0x1000
- Section to Segment mapping:
- Segment Sections...
- 00 .text
- 01 .eh_frame .init_array .fini_array .data .sdata .sbss .bss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement