HomeSort by relevance Sort by last modified time
    Searched refs:TLS (Results 1 - 25 of 459) 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.25/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/
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
ftp-ssl.d 2 Help: Try SSL/TLS
ftp-ssl-reqd.d 2 Help: Require SSL/TLS
no-sessionid.d 3 Protocols: TLS
tlsv1.d 7 Requires: TLS
11 Forces curl to use TLS version 1.x when negotiating with a remote TLS server.
13 the TLS version more precisely (if the SSL backend in use supports such a
ftp-ssl-control.d 2 Help: Require SSL/TLS for FTP login, clear for transfer
6 Require SSL/TLS for the FTP login, clear for transfer. Allows secure
8 transfer if the server doesn't support SSL/TLS.
  /toolchain/binutils/binutils-2.25/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.*
tlsie2.d 1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE with %eax)
4 #error: .*TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `foo'.*failed.*
tlsie4.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE with %eax)
4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
tlspie1.d 1 #name: TLS with PIE
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
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.*
tlspie1.d 1 #name: TLS with PIE
  /toolchain/binutils/binutils-2.25/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...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 47 public static final String TLS = GenericURI.TLS;
92 * Added changes for TLS support contributed by Daniel Martinez
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr16498a.d 6 TLS .*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls128.s 1 ; Just something allocating 128 bytes TLS data.

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>