HomeSort by relevance Sort by last modified time
    Searched refs:tls (Results 101 - 125 of 614) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-und-46.d 1 #source: tls-gd-1.s --pic
21 +[0-9]: 00000000 +0 +TLS +GLOBAL +DEFAULT +UND x
tls-und-50.d 1 #source: tls-ie-8.s --pic
21 +[0-9]: 00000000 +0 +TLS +GLOBAL +DEFAULT +UND x
tls-local-57.d 2 #source: tls-x.s
3 #source: tls-local-57.s
9 # Check that we have proper NPTL/TLS markings and GOT.
15 TLS off .*
tls-local-58.d 2 #source: tls-x.s
3 #source: tls-local-58.s
9 # the same local symbol. Check that we have proper NPTL/TLS markings
16 TLS off .*
tls-ldgd-14.d 2 #source: tls-ld-5.s
3 #source: tls-gd-1.s
4 #source: tls-ldgd-14.s
5 #source: tls-x.s
6 #source: tls-z.s
7 #source: tls-hx1x2.s
12 # Check that we have proper NPTL/TLS markings and GOT for two
25 TLS off 0x0+230 vaddr 0x0+2230 paddr 0x0+2230 align 2\*\*2
tls-ldgd-15.d 2 #source: tls-ld-7.s
3 #source: tls-gd-2.s
4 #source: tls-ldgd-15.s
5 #source: tls-x.s
6 #source: tls-z.s
7 #source: tls-hx1x2.s
12 # Check that we have proper NPTL/TLS markings and GOT for two
25 TLS off 0x0+23c vaddr 0x0+223c paddr 0x0+223c align 2\*\*2
tls-ldgde-15.d 3 #source: tls-ld-7.s
4 #source: tls-gd-2.s
5 #source: tls-ldgd-15.s
6 #source: tls-x.s
7 #source: tls-z.s
8 #source: tls-hx1x2.s
13 # Check that we have proper NPTL/TLS markings and GOT for two
21 TLS off 0x0+b4 vaddr 0x0+820b4 paddr 0x0+820b4 align 2\*\*2
tls-e-80.d 2 #source: tls-tbss64.s
3 #source: tls-ie-8e.s
4 #source: tls-gd-2.s --pic
5 #source: tls-hx.s
6 #source: tls-le-12.s
7 #source: tls-z.s
8 #source: tls-ld-6.s --pic
9 #source: tls-ie-10.s --pic
10 #source: tls-hx1x2.s --pic
15 # Check that we have proper NPTL/TLS markings and GOT for a
    [all...]
tls-dso-dtpoffd2.d 2 #source: tls-dtpoffdx.s
3 #source: tls-gd-1.s
5 #source: tls-x.s
18 TLS off .*
tls-dso-dtpoffd4.d 2 #source: tls-dtpoffdx.s
3 #source: tls-gd-1.s
5 #source: tls-commx.s
18 TLS off .*
tls-ie-78.d 3 #source: tls-ie-8e.s
6 #ld_after_inputfiles: tmpdir/tls-dso-xz-1.so
9 # Check that we have proper NPTL/TLS markings and GOT for a
16 TLS off .*
20 NEEDED tmpdir/tls-dso-xz-1.so
tls-leie-18.d 3 #source: tls-le-13s.s
4 #source: tls-ie-9.s --pic
5 #source: tls-x1x2.s
10 # Check that we have proper NPTL/TLS markings and GOT for an
18 TLS off 0x0+a8 vaddr 0x0+820a8 paddr 0x0+820a8 align 2\*\*2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-vxworks/
tls-1.d 1 # source: tls-1.s
tls-2.d 1 # source: tls-2.s
  /prebuilts/go/darwin-x86/src/net/http/
npn_test.go 10 "crypto/tls"
26 if r.TLS != nil {
27 w.Write([]byte(r.TLS.NegotiatedProtocol))
36 ts.TLS = &tls.Config{
37 NextProtos: []string{"unhandled-proto", "tls-0.9"},
39 ts.Config.TLSNextProto = map[string]func(*Server, *tls.Conn, Handler){
40 "tls-0.9": handleTLSProtocol09,
67 TLSClientConfig: &tls.Config{
85 // Request using the "tls-0.9" protocol, which we register here
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
npn_test.go 10 "crypto/tls"
26 if r.TLS != nil {
27 w.Write([]byte(r.TLS.NegotiatedProtocol))
36 ts.TLS = &tls.Config{
37 NextProtos: []string{"unhandled-proto", "tls-0.9"},
39 ts.Config.TLSNextProto = map[string]func(*Server, *tls.Conn, Handler){
40 "tls-0.9": handleTLSProtocol09,
67 TLSClientConfig: &tls.Config{
85 // Request using the "tls-0.9" protocol, which we register here
    [all...]
  /bionic/libc/bionic/
mntent.cpp 35 auto& tls = __get_bionic_tls(); local
36 return getmntent_r(fp, &tls.mntent_buf, tls.mntent_strings, sizeof(tls.mntent_strings));
pthread_internal.h 108 void* tls[BIONIC_TLS_SLOTS]; member in class:pthread_internal_t
134 void** tls = __get_tls(); local
135 if (__predict_true(tls)) {
136 return reinterpret_cast<pthread_internal_t*>(tls[TLS_SLOT_THREAD_ID]);
139 // This happens when called during libc initialization before TLS has been initialized.
pty.cpp 55 bionic_tls& tls = __get_bionic_tls(); local
56 char* buf = tls.ptsname_buf;
57 int error = ptsname_r(fd, buf, sizeof(tls.ptsname_buf));
82 bionic_tls& tls = __get_bionic_tls(); local
83 char* buf = tls.ttyname_buf;
84 int error = ttyname_r(fd, buf, sizeof(tls.ttyname_buf));
  /external/syslinux/gpxe/src/net/tcp/
https.c 30 #include <gpxe/tls.h>
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sparc/
tlslib.s 1 .section ".tdata", #alloc, #write, #tls
  /external/pdfium/third_party/libopenjpeg20/
thread.h 170 * @param tls thread local storage handle
174 void* opj_tls_get(opj_tls_t* tls, int key);
176 /** Type of the function used to free a TLS value */
180 * @param tls thread local storage handle
186 OPJ_BOOL opj_tls_set(opj_tls_t* tls, int key, void* value,
211 * @param tls handle to thread local storage
213 typedef void (*opj_job_fn)(void* user_data, opj_tls_t* tls);
  /external/llvm/test/MC/ARM/
thumb-types.s 32 .long tls(TPOFF)
48 .type tls,%object
50 tls: label
52 .size tls, 4
92 @ CHECK: Name: tls
94 @ CHECK: Type: TLS
  /external/llvm/test/MC/PowerPC/
tls-ie-obj.s 7 .file "/home/espindola/llvm/llvm/test/CodeGen/PowerPC/tls-ie-obj.ll"
24 add 4, 4, a@tls
  /external/scapy/test/tls/
example_server.py 7 Basic TLS server. A preferred ciphersuite may be provided as first argument.
10 any TLS client connection. If provided, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
20 from scapy.layers.tls.automaton_srv import TLSServerAutomaton
28 t = TLSServerAutomaton(mycert=basedir+'/test/tls/pki/srv_cert.pem',
29 mykey=basedir+'/test/tls/pki/srv_key.pem',

Completed in 343 milliseconds

1 2 3 45 6 7 8 91011>>