]>
Commit | Line | Data |
---|---|---|
ac145307 BS |
1 | #name: C6X common symbols |
2 | #as: -mlittle-endian | |
3 | #ld: -melf32_tic6x_le -Tcommon.ld | |
4 | #source: common.s | |
5 | #readelf: -Ss | |
6 | ||
a485e98e | 7 | There are 6 section headers, starting at offset .*: |
ac145307 BS |
8 | |
9 | Section Headers: | |
10 | \[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al | |
11 | \[ 0\] NULL 00000000 000000 000000 00 0 0 0 | |
12 | \[ 1\] \.far NOBITS 00000080 000080 000008 00 WA 0 0 4 | |
13 | \[ 2\] \.bss NOBITS 00000100 000080 000004 00 WA 0 0 4 | |
be59ad3d | 14 | \[ 3\] \.shstrtab STRTAB 00000000 [0-9a-f]+ 000025 00 0 0 1 |
a485e98e AM |
15 | \[ 4\] \.symtab SYMTAB 00000000 [0-9a-f]+ 000050 10 5 3 4 |
16 | \[ 5\] \.strtab STRTAB 00000000 [0-9a-f]+ 000005 00 0 0 1 | |
ac145307 | 17 | Key to Flags: |
9fb71ee4 | 18 | #... |
ac145307 BS |
19 | |
20 | Symbol table '\.symtab' contains 5 entries: | |
21 | Num: Value Size Type Bind Vis Ndx Name | |
22 | 0: 00000000 0 NOTYPE LOCAL DEFAULT UND | |
23 | 1: 00000080 0 SECTION LOCAL DEFAULT 1 | |
24 | 2: 00000100 0 SECTION LOCAL DEFAULT 2 | |
25 | 3: 00000100 4 OBJECT GLOBAL DEFAULT 2 x | |
26 | 4: 00000080 8 OBJECT GLOBAL DEFAULT 1 y |