HomeSort by relevance Sort by last modified time
    Searched refs:tls (Results 76 - 100 of 328) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
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-leie-19.d 3 #source: tls-leie-19.s
4 #source: tls-le-12.s
5 #source: tls-ie-11.s --pic
6 #source: tls-hx1x2.s
7 #source: tls-x.s
8 #source: tls-z.s
13 # Check that we have proper NPTL/TLS markings and GOT for an
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
tls-e-21.d 3 #source: tls-gd-2.s
4 #source: tls-hx.s
9 # Check that we have proper NPTL/TLS markings and GOT for an
16 TLS off 0x0+a0 vaddr 0x0+820a0 paddr 0x0+820a0 align 2\*\*2
tls-e-22.d 3 #source: tls-ld-6.s
4 #source: tls-hx.s
9 # Check that we have proper NPTL/TLS markings and GOT for an
16 TLS off 0x0+a0 vaddr 0x0+820a0 paddr 0x0+820a0 align 2\*\*2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vxworks/
tls-1.d 1 # source: tls-1.s
tls-2.d 1 # source: tls-2.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlslib.s 1 .section ".tdata", #alloc, #write, #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/opencv3/modules/core/src/
alloc.cpp 458 static void checkList(ThreadData* tls, int idx)
460 Block* block = tls->bins[idx][START];
463 CV_DbgAssert( tls->bins[idx][FREE] == 0 && tls->bins[idx][GC] == 0 );
471 if( tls->bins[idx][FREE] == block )
473 if( tls->bins[idx][GC] == block )
477 while( block != tls->bins[idx][START] );
482 #define checkList(tls, idx)
498 ThreadData* tls = ThreadData::get();
500 Block*& startPtr = tls->bins[idx][START]
    [all...]
  /bionic/libc/bionic/
pthread_create.cpp 46 // x86 uses segment descriptors rather than a direct pointer to TLS.
56 // Slot 0 must point to itself. The x86 Linux kernel reads the TLS from %fs:0.
57 thread->tls[TLS_SLOT_SELF] = thread->tls;
58 thread->tls[TLS_SLOT_THREAD_ID] = thread;
59 // GCC looks in the TLS for the stack guard on x86, so copy it there from our global.
60 thread->tls[TLS_SLOT_STACK_GUARD] = reinterpret_cast<void*>(__stack_chk_guard);
249 void* tls = reinterpret_cast<void*>(thread->tls); local
252 // a pointer to the TLS itself
    [all...]
  /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/wpa_supplicant_8/src/
Makefile 1 SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p pae radius rsn_supp tls utils wps
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFunctions.h 35 DECL_ARM_APPLY_RELOC_FUNC(tls) \
146 { &tls, 104, "R_ARM_TLS_GD32" }, \
149 { &tls, 107, "R_ARM_TLS_IE32" }, \
150 { &tls, 108, "R_ARM_TLS_LE32" }, \
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 36 uintptr *tls; member in struct:ThreadStart
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 36 uintptr *tls; member in struct:ThreadStart

Completed in 158 milliseconds

1 2 34 5 6 7 8 91011>>