repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls,...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
tlsgd10.s
blob
5bb9823b387d4a03a8e149606a1d57d1ebab6cea
1
.text
2
.globl _start
3
_start
:
4
1
:
movabsq $_GLOBAL_OFFSET_TABLE_-
1
b
, %
r11
5
pushq
%
r15
6
pushq
%
r15
7
leaq
1
b
(%
rip
), %
r15
8
addq
%
r11
, %
r15
9
10
/* GD, -mcmodel=large */
11
leaq foo@tlsgd
(%
rip
), %
rdi
12
movabsq $__tls_get_addr@pltoff
, %
rax
13
addq
%
r15
, %
rax
14
call
*%
rax
15
16
popq
%
r15
17
popq
%
r15
18
ret