File: tlspie32.s

package info (click to toggle)
binutils-m68hc1x 1%3A2.35.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 335,580 kB
  • sloc: ansic: 1,187,755; asm: 674,290; cpp: 130,744; exp: 70,774; makefile: 56,048; sh: 22,128; yacc: 14,459; lisp: 13,803; perl: 2,112; ada: 1,681; lex: 1,649; pascal: 1,446; cs: 879; sed: 195; xml: 95; awk: 25
file content (70 lines) | stat: -rw-r--r-- 1,540 bytes parent folder | download | duplicates (18)
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
62
63
64
65
66
67
68
69
70
	.section	.tbss,"awT",@nobits
	.global tls_gd
	.align 4
	.type	tls_gd, #object
	.size	tls_gd, 4
tls_gd:
	.skip	4
	.global tls_ld
	.align 4
	.type	tls_ld, #object
	.size	tls_ld, 4
tls_ld:
	.skip	4
	.global tls_ie
	.align 4
	.type	tls_ie, #object
	.size	tls_ie, 4
tls_ie:
	.skip	4
	.section	".text"
.LLGETPC0:
	retl
	  add     %o7, %l7, %l7
	.align 4
	.global foo
	.type	foo, #function
	.proc	0104
foo:
	save	%sp, -104, %sp
	sethi	%hi(_GLOBAL_OFFSET_TABLE_-4), %l7
	call	.LLGETPC0
	add	%l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7
	nop;nop;nop;nop

	/* GD -> IE with global variable not defined in executable */
	sethi	%tgd_hi22(sG1), %g1
	add	%g1, %tgd_lo10(sG1), %g1
	add	%l7, %g1, %o0, %tgd_add(sG1)
	call	__tls_get_addr, %tgd_call(sG1)
	 nop
	nop;nop;nop;nop

	/* GD -> LE with global variable defined in executable */
	sethi	%tgd_hi22(tls_gd), %g1
	add	%g1, %tgd_lo10(tls_gd), %g1
	add	%l7, %g1, %o0, %tgd_add(tls_gd)
	call	__tls_get_addr, %tgd_call(tls_gd)
	 nop
	nop;nop;nop;nop

	/* LD -> LE with global variable defined in executable */
	sethi	%tldm_hi22(tls_ld), %g1
	add	%g1, %tldm_lo10(tls_ld), %g1
	add	%l7, %g1, %o0, %tldm_add(tls_ld)
	call	__tls_get_addr, %tldm_call(tls_ld)
	 nop
	sethi	%tldo_hix22(tls_ld), %g1
	xor	%g1, %tldo_lox10(tls_ld), %g1
	add	%o0, %g1, %g1, %tldo_add(tls_ld)
	nop;nop;nop;nop

	/* IE -> LE with global variable defined in executable */
	sethi	%tie_hi22(tls_ie), %g1
	add	%g1, %tie_lo10(tls_ie), %g1
	ld	[%l7 + %g1], %g1, %tie_ld(tls_ie)
	add	%g7, %g1, %g1, %tie_add(tls_ie)
	nop;nop;nop;nop

	ret
	restore