RE: U-Boot ELF loader » readelf.txt
1 |
C:\MinGW\bin>readelf -h -l "l:\HCI Application.OUT" |
---|---|
2 |
ELF Header: |
3 |
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 |
4 |
Class: ELF32 |
5 |
Data: 2's complement, little endian |
6 |
Version: 1 (current) |
7 |
OS/ABI: UNIX - System V |
8 |
ABI Version: 0 |
9 |
Type: EXEC (Executable file) |
10 |
Machine: ARM |
11 |
Version: 0x1 |
12 |
Entry point address: 0xc0000000 |
13 |
Start of program headers: 3989244 (bytes into file) |
14 |
Start of section headers: 3989436 (bytes into file) |
15 |
Flags: 0x5000000, Version5 EABI |
16 |
Size of this header: 52 (bytes) |
17 |
Size of program headers: 32 (bytes) |
18 |
Number of program headers: 6 |
19 |
Size of section headers: 40 (bytes) |
20 |
Number of section headers: 23 |
21 |
Section header string table index: 22 |
22 |
|
23 |
Program Headers: |
24 |
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align |
25 |
LOAD 0x000034 0xc0000000 0xc0000000 0x000b0 0x000b0 R E 0x4 |
26 |
LOAD 0x0000e8 0xc0000100 0xc0000100 0x00000 0x870945 RW 0x8 |
27 |
LOAD 0x0000e8 0xc0870a48 0xc0870a48 0x1460e0 0x1460e0 R E 0x8 |
28 |
LOAD 0x1461c8 0xc09b6b28 0xc09b6b28 0x00000 0x304330 RW 0x8 |
29 |
LOAD 0x1461c8 0xc0cbae58 0xc0cbae58 0x024b8 0x024b8 R 0x8 |
30 |
LOAD 0x148680 0xc40f7ffc 0xc40f7ffc 0x00000 0x50000 RW 0x4 |
31 |
|
32 |
Section to Segment mapping: |
33 |
Segment Sections... |
34 |
00 tx_init .init_array |
35 |
01 .bss |
36 |
02 .text .const |
37 |
03 .data .free_memory .sysmem |
38 |
04 .cinit |
39 |
05 .stack |
- « Previous
- 1
- 2
- Next »