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 55 56 57 58 59 60
|
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux --hash-style=sysv
#source: tls-ie-9.s
#source: tls128g.s
#source: tls-x1x2.s
#objdump: -s -t -R -p -T
# DSO with two R_CRIS_16_GOT_TPREL against different symbols. 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+178 memsz 0x0+178 flags r-x
LOAD off 0x0+178 vaddr 0x0+2178 paddr 0x0+2178 align 2\*\*13
filesz 0x0+114 memsz 0x0+114 flags rw-
DYNAMIC off 0x0+200 vaddr 0x0+2200 paddr 0x0+2200 align 2\*\*2
filesz 0x0+78 memsz 0x0+78 flags rw-
TLS off 0x0+178 vaddr 0x0+2178 paddr 0x0+2178 align 2\*\*2
filesz 0x0+88 memsz 0x0+88 flags r--
Dynamic Section:
HASH 0x0+b4
STRTAB 0x0+140
SYMTAB 0x0+e0
STRSZ 0x0+18
SYMENT 0x0+10
RELA 0x0+158
RELASZ 0x0+18
RELAENT 0x0+c
FLAGS 0x0+10
private flags = 0:
SYMBOL TABLE:
#...
0+84 g \.tdata 0+4 x2
#...
0+80 g \.tdata 0+4 x1
#...
DYNAMIC SYMBOL TABLE:
#...
0+84 g D \.tdata 0+4 x2
#...
0+80 g D \.tdata 0+4 x1
#...
DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
0+2284 R_CRIS_32_TPREL x2
0+2288 R_CRIS_32_TPREL x1
Contents of section \.hash:
#...
Contents of section \.text:
0170 5fae1000 5fbe0c00 .*
#...
Contents of section \.got:
2278 00220+ 0+ 0+ 0+ .*
2288 00000000 .*
|