Home
last modified time | relevance | path

Searched refs:tls1 (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/lld/test/ELF/
Dtls-opt.s50 .type tls1,@object
51 .globl tls1 symbol
53 tls1: label
55 .size tls1, 4
66 movq tls1@GOTTPOFF(%rip), %rax
67 movq tls1@GOTTPOFF(%rip), %r15
68 addq tls1@GOTTPOFF(%rip), %rax
69 addq tls1@GOTTPOFF(%rip), %r15
70 addq tls1@GOTTPOFF(%rip), %rsp
71 addq tls1@GOTTPOFF(%rip), %r12
[all …]
Dx86-64-tls-ie-opt-local.s34 .type tls1,@object
36 tls1: label
38 .size tls1, 4
49 movq tls1@GOTTPOFF(%rip), %rax
50 movq tls1@GOTTPOFF(%rip), %r15
51 addq tls1@GOTTPOFF(%rip), %rax
52 addq tls1@GOTTPOFF(%rip), %r15
53 addq tls1@GOTTPOFF(%rip), %rsp
54 addq tls1@GOTTPOFF(%rip), %r12
Di386-tls-opt.s41 .type tls1,@object
42 .globl tls1 symbol
44 tls1: label
46 .size tls1, 4
60 leal tls1@tlsldm(%ebx),%eax
62 leal tls1@dtpoff(%eax),%edx
67 movl tls1@gotntpoff(%ebx),%eax
71 addl tls1@gotntpoff(%ebx),%eax
Dmips-tls-static.s11 # CHECK: 00000000 g O .tdata 00000000 tls1
22 addiu $2, $3, %tlsgd(tls1) # R_MIPS_TLS_GD
24 addiu $2, $3, %gottprel(tls1) # R_MIPS_TLS_GOTTPREL
33 .dtprelword tls1+4 # R_MIPS_TLS_DTPREL32
34 .tprelword tls1+4 # R_MIPS_TLS_TPREL32
37 .global tls1 symbol
38 tls1: label
Dx86-64-tls-opt-noplt.s47 .type tls1,@object
48 .globl tls1 symbol
50 tls1: label
52 .size tls1, 4
78 leaq tls1@tlsgd(%rip),%rdi
87 leaq tls1@tlsld(%rip),%rdi
Di386-tls-dynamic.s15 .type tls1,@object
16 .globl tls1 symbol
18 tls1: label
20 .size tls1, 4
36 leal tls1@tlsgd(,%ebx,1),%eax
51 addl tls1@gotntpoff(%ebx),%eax
73 # CHECK-NEXT: 0x2360 R_386_TLS_DTPMOD32 tls1 0x0
74 # CHECK-NEXT: 0x2364 R_386_TLS_DTPOFF32 tls1 0x0
75 # CHECK-NEXT: 0x2374 R_386_TLS_TPOFF tls1 0x0
Dmips-tls-static-64.s11 # CHECK: 0000000000000000 g O .tdata 0000000000000000 tls1
29 .dtpreldword tls1+4 # R_MIPS_TLS_DTPREL64
30 .tpreldword tls1+4 # R_MIPS_TLS_TPREL64
33 .global tls1 symbol
34 tls1: label
Dtls-mismatch.s21 # RUN: not ld.lld --defsym tls1=42 %t.o -o /dev/null 2>&1 | FileCheck %s
24 # RUN: not ld.lld --defsym tls1=tls2 %t.o -o /dev/null 2>&1 | FileCheck %s
34 # CHECK: error: TLS attribute mismatch: tls1
38 addl $1, %fs:tls1@TPOFF
42 .globl tls1, tls2 symbol
44 tls1: label
Dpartition-move-to-main.s23 call tls1
41 tls1: label
Dx86-64-tls-ie.s54 movq tls1@GOTTPOFF(%rip), %rax
Dmips-mgot.s21 # CHECK: 00000004 g O .tdata 00000000 tls1
46 # GOT-NEXT: 0x70014 R_MIPS_TLS_TPREL32 tls1 0x0
/external/llvm-project/lld/test/ELF/Inputs/
Dtls-got.s9 .type tls1,@object
10 .globl tls1 symbol
12 tls1: label
14 .size tls1, 4
Dmips-mgot-1.s5 addiu $2, $2, %gottprel(tls1) # tls got entry
8 .global tls1 symbol
9 tls1: label
/external/llvm-project/lld/test/wasm/
Dtls-no-shared.s12 i32.const tls1
23 .section .tdata.tls1,"",@
24 .globl tls1 symbol
26 tls1: label
28 .size tls1, 2
Dtls-align.s10 i32.const tls1
35 .section .tdata.tls1,"",@
36 .globl tls1 symbol
38 tls1: label
40 .size tls1, 4
Dtls.s10 i32.const tls1@TLSREL
43 .section .tdata.tls1,"",@
44 .globl tls1 symbol
46 tls1: label
48 .size tls1, 4
/external/llvm-project/llvm/test/CodeGen/ARM/
Demutls1.ll6 ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr.
/external/llvm/test/CodeGen/ARM/
Demutls1.ll6 ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr.
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dtls-directory.test146 # RUN: yaml2obj %s --docnum=2 -o %t.no-tls1.exe -DTLSRVA=0 -DTLSSIZE=0
147 # RUN: llvm-readobj --coff-tls-directory %t.no-tls1.exe | FileCheck %s --check-prefix NO-TLS
/external/scapy/test/tls/
Dtests_tls_netaccess.uts69 test_tls_server("RC4-SHA", "-tls1")
/external/openscreen/third_party/boringssl/
DBUILD.generated.gni415 "src/include/openssl/tls1.h",
/external/boringssl/
DBUILD.generated.bzl8 "src/include/openssl/tls1.h",
/external/libwebsockets/
DCMakeLists.txt1390 lib/tls/mbedtls/wrapper/include/internal/tls1.h
/external/grpc-grpc/
Dgrpc.gemspec935 s.files += %w( third_party/boringssl/include/openssl/tls1.h )
/external/curl/
DCHANGES3896 openssl s_server -www -tls1
3898 openssl s_server -www -tls1 -Verify 2

12