HomeSort by relevance Sort by last modified time
    Searched refs:TLS (Results 1 - 25 of 522) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
go_tls.h 10 #define get_tls(r) MOVQ TLS, r
11 #define g(r) 0(r)(TLS*1)
15 #define get_tls(r) MOVL TLS, r
16 #define g(r) 0(r)(TLS*1)
20 #define get_tls(r) MOVL TLS, r
21 #define g(r) 0(r)(TLS*1)
  /prebuilts/go/linux-x86/src/runtime/
go_tls.h 10 #define get_tls(r) MOVQ TLS, r
11 #define g(r) 0(r)(TLS*1)
15 #define get_tls(r) MOVL TLS, r
16 #define g(r) 0(r)(TLS*1)
20 #define get_tls(r) MOVL TLS, r
21 #define g(r) 0(r)(TLS*1)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
tls-err-3.s 1 ; Check that TLS PIC suffixes aren't accepted when non-PIC.
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 25 bool TLS;
26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
41 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
  /external/curl/docs/cmdline-opts/
tlsv1.0.d 3 Protocols: TLS
6 Forces curl to use TLS version 1.0 when connecting to a remote TLS server.
tlsv1.1.d 3 Protocols: TLS
6 Forces curl to use TLS version 1.1 when connecting to a remote TLS server.
tlsv1.2.d 3 Protocols: TLS
6 Forces curl to use TLS version 1.2 when connecting to a remote TLS server.
false-start.d 2 Help: Enable TLS False Start
3 Protocols: TLS
6 Tells curl to use false start during the TLS handshake. False start is a mode
7 where a TLS client will start sending application data before verifying the
tlsv1.3.d 3 Protocols: TLS
6 Forces curl to use TLS version 1.3 when connecting to a remote TLS server.
8 Note that TLS 1.3 is only supported by a subset of TLS backends. At the time
tlsauthtype.d 3 Help: TLS authentication type
6 Set TLS authentication type. Currently, the only supported option is "SRP",
7 for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
ssl-reqd.d 2 Help: Require SSL/TLS
6 Require SSL/TLS for the connection. Terminates the connection if the server
7 doesn't support SSL/TLS.
ssl.d 2 Help: Try SSL/TLS
7 Try to use SSL/TLS for the connection. Reverts to a non-secure connection if
8 the server doesn't support SSL/TLS. See also --ftp-ssl-control and --ssl-reqd
tlspassword.d 2 Help: TLS password
5 Set password for use with the TLS authentication method specified with
tlsuser.d 3 Help: TLS user name
6 Set username for use with the TLS authentication method specified with
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
tlsgd2.d 1 #name: TLS GD->LE transition check
4 #error: .*TLS transition from R_386_TLS_GD to R_386_TLS_LE_32 against `foo'.*failed.*
tlsie3.d 1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE)
4 #error: .*TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `foo'.*failed.*
tlsie5.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE)
4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
tlsgd4.d 1 #name: TLS GD->LE transition check without PLT
4 #error: .*TLS transition from R_386_TLS_GD to R_386_TLS_LE_32 against `foo'.*failed.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
tlsgd12.d 1 #name: TLS GD->IE transition check without PLT
4 #error: .*TLS transition from R_X86_64_TLSGD to R_X86_64_GOTTPOFF against `foo'.*failed.*
tlsgd13.d 1 #name: TLS GD->LE transition check without PLT
4 #error: .*TLS transition from R_X86_64_TLSGD to R_X86_64_TPOFF32 against `foo'.*failed.*
tlsgd2.d 1 #name: TLS GD->IE transition check
4 #error: .*TLS transition from R_X86_64_TLSGD to R_X86_64_GOTTPOFF against `foo'.*failed.*
tlsgd3.d 1 #name: TLS GD->LE transition check
4 #error: .*TLS transition from R_X86_64_TLSGD to R_X86_64_TPOFF32 against `foo'.*failed.*
tlsie2.d 1 #name: TLS IE->LE transition check
4 #error: .*TLS transition from R_X86_64_GOTTPOFF to R_X86_64_TPOFF32 against `foo'.*failed.*
tlsie3.d 1 #name: TLS IE->LE transition check (%r12)
4 #error: .*TLS transition from R_X86_64_GOTTPOFF to R_X86_64_TPOFF32 against `foo'.*failed.*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel30.l 24 .*: TLS relocation against a constant
25 .*: TLS relocation against a constant
26 .*: TLS relocation against a constant
27 .*: TLS relocation against a constant
28 .*: TLS relocation against a constant
29 .*: TLS relocation against a constant
30 .*: TLS relocation against a constant
31 .*: TLS relocation against a constant
32 .*: TLS relocation against a constant
33 .*: TLS relocation against a constan
    [all...]

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>