File: tls.s

package info (click to toggle)
binutils 2.31.1-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 307,644 kB
  • sloc: ansic: 1,161,122; asm: 638,494; cpp: 128,815; exp: 68,557; makefile: 55,816; sh: 22,360; yacc: 14,238; lisp: 13,272; perl: 2,111; ada: 1,681; lex: 1,652; pascal: 1,446; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
file content (61 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (27)
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
61
	.text
	.arm
	.globl arm_fn
	.type arm_fn, %function
arm_fn:
1:
.tlsdescseq  af
	nop
	ldr	r0, 1f
2:	blx	ae(tlscall)
	nop

.arm_pool:
	.word	aa(tlsgd) + (. - 1b - 8)
	.word	ab(tlsldm) + (. - 1b- 8)
	.word	ac(gottpoff) + (. - 1b - 8)
	.word	ad(tpoff)
1:	.word	ae(tlsdesc) + (. - 2b)
	
	.thumb
	.globl	thumb_fn
	.type thumb_fn, %function
thumb_fn:
	nop
1:	
.tlsdescseq tf
	nop
	ldr	r0, 1f
2:	blx	te(tlscall)
	nop

	.p2align 2
.Lpool:
	.word	ta(tlsgd) + (. - 1b - 8)
	.word	tb(tlsldm) + (. - 1b - 8)
	.word	tc(gottpoff) + (. - 1b - 8)
	.word	td(tpoff)
1:	.word	te(tlsdesc) + (. - 2b + 1)

	@ PR 18481
	.text
foo:
	.word tbase(tpoff)-12
	.word tbase(tpoff)-8
	.word tbase(tpoff)-4
	.word tbase(tpoff)+0
	.word tbase(tpoff)+4
	.word tbase(tpoff)+8
	.word tbase(tpoff)+12
	.word tbase(tpoff)

	.section        .tdata,"awT",%progbits
tbase = . + 12
	.word -12
	.word -8
	.word -4
	.word 0
	.word 4
	.word 8
	.word 12
	.word 0