include/elf/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / common.d
CommitLineData
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
7There are 6 section headers, starting at offset 0x7c:
8
9Section 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
14 \[ 3\] \.shstrtab STRTAB 00000000 000054 000025 00 0 0 1
15 \[ 4\] \.symtab SYMTAB 00000000 00016c 000050 10 5 3 4
16 \[ 5\] \.strtab STRTAB 00000000 0001bc 000005 00 0 0 1
17Key to Flags:
18 W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
19 I \(info\), L \(link order\), G \(group\), T \(TLS\), E \(exclude\), x \(unknown\)
20 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
21
22Symbol table '\.symtab' contains 5 entries:
23 Num: Value Size Type Bind Vis Ndx Name
24 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
25 1: 00000080 0 SECTION LOCAL DEFAULT 1
26 2: 00000100 0 SECTION LOCAL DEFAULT 2
27 3: 00000100 4 OBJECT GLOBAL DEFAULT 2 x
28 4: 00000080 8 OBJECT GLOBAL DEFAULT 1 y
This page took 0.02396 seconds and 4 git commands to generate.