]>
Commit | Line | Data |
---|---|---|
3c3bdf30 NC |
1 | #source: start.s |
2 | #ld: -u undefd -m elf64mmix | |
3 | #readelf: -S -s | |
4 | ||
a485e98e | 5 | There are 5 section headers, starting at offset .*: |
3c3bdf30 NC |
6 | |
7 | Section Headers: | |
f9272224 AM |
8 | +\[Nr\] Name +Type +Address +Offset |
9 | +Size +EntSize +Flags +Link +Info +Align | |
10 | +\[ 0\] +NULL +0+ +0+ | |
11 | +0+ +0+ +0 +0 +0 | |
12 | +\[ 1\] \.text +PROGBITS +0+ +0+78 | |
13 | +0+4 +0+ +AX +0 +0 +4 | |
dd905818 | 14 | +\[ 2\] \.symtab +SYMTAB +0+ .* |
66cae560 | 15 | +0+c0 +0+18 +3 +2 +8 |
dd905818 | 16 | +\[ 3\] \.strtab +STRTAB +0+ .* |
66cae560 | 17 | +0+28 +0+ +0 +0 +1 |
dd905818 | 18 | +\[ 4\] \.shstrtab +STRTAB +0+ +[0-9a-f]+ |
4a677ba7 | 19 | +0+21 +0+ +0 +0 +1 |
3c3bdf30 | 20 | Key to Flags: |
3437afb1 | 21 | #... |
3c3bdf30 | 22 | |
66cae560 | 23 | Symbol table '\.symtab' contains 8 entries: |
f9272224 AM |
24 | +Num: +Value +Size +Type +Bind +Vis +Ndx +Name |
25 | +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND | |
23356397 | 26 | +1: 0+ +0 +SECTION +LOCAL +DEFAULT +1.* |
66cae560 NC |
27 | [ ]+2: 0+[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+UND[ ]+undefd |
28 | +3: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +1 _start | |
29 | +4: 2000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 __bss_start | |
30 | +5: 2000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 _edata | |
31 | +6: 2000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 _end | |
32 | +7: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +1 _start\. |