blob: 4fbd79cedca6f07d5c955597718b04df4e7c09e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux --hash-style=sysv
#source: tls-gd-1.s
#source: tls128.s
#source: tls-x.s
#objdump: -s -t -R -p -T
# DSO with a single R_CRIS_16_GOT_GD. Check that we have proper
# NPTL/TLS markings and GOT.
.*: file format elf32-cris
Program Header:
LOAD off 0x0+ vaddr 0x0+ paddr 0x0+ align 2\*\*13
filesz 0x0+130 memsz 0x0+130 flags r-x
LOAD off 0x0+130 vaddr 0x0+2130 paddr 0x0+2130 align 2\*\*13
filesz 0x0+108 memsz 0x0+108 flags rw-
DYNAMIC off 0x0+1b4 vaddr 0x0+21b4 paddr 0x0+21b4 align 2\*\*2
filesz 0x0+70 memsz 0x0+70 flags rw-
TLS off 0x0+130 vaddr 0x0+2130 paddr 0x0+2130 align 2\*\*2
filesz 0x0+84 memsz 0x0+84 flags r--
Dynamic Section:
HASH 0x0+b4
STRTAB 0x0+110
SYMTAB 0x0+d0
STRSZ 0x0+d
SYMENT 0x0+10
RELA 0x0+120
RELASZ 0x0+c
RELAENT 0x0+c
private flags = 0:
SYMBOL TABLE:
#...
0+80 g \.tdata 0+4 x
#...
DYNAMIC SYMBOL TABLE:
#...
0+80 g D \.tdata 0+4 x
#...
DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
0+2230 R_CRIS_DTP x
Contents of section \.hash:
#...
Contents of section \.text:
012c 5fae0c00 .*
#...
Contents of section \.got:
2224 b4210+ 0+ 0+ 0+ .*
2234 0+ .*
|