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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-local-64.d 1 #source: tls-ie-8.s --pic
3 #source: tls-hx.s
24 ..: 00000080 +4 +TLS +LOCAL +DEFAULT +6 x
tls-local-54.d 1 #source: tls-local-54.s
7 # Check that we have proper NPTL/TLS markings and GOT.
13 TLS off .*
tls-ok-30.d 1 #source: tls-gdgotrelm.s --defsym r=8191
tls-ok-32.d 1 #source: tls-dtprelm.s --defsym r=32767
tls-local-61.d 1 #source: tls-local-59.s
8 # symbol. Check that we have proper NPTL/TLS markings and GOT.
14 TLS off .*
tls-ok-34.d 1 #source: tls-gottprelm.s --defsym r=8189
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 17 # TLS register operands
20 # CHECK-NEXT: add 3, symbol@tls, 4
21 add 3, symbol@tls, 4
24 # CHECK-NEXT: subf 3, 4, symbol@tls
25 subf 3, 4, symbol@tls
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tls_vxworks.d 2 #name: TLS
6 #source: tls.s
9 # Test generation of TLS relocations
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-gdierelax.d 2 tmpdir/tls-app-rel-ie: file format elf32-.*arm.*
tls-gdierelax2.d 2 tmpdir/tls-app-rel-ie2: file format elf32-.*arm.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
tls-relax-static-3.d 1 #name: FRV TLS undefweak relocs, static linking with relaxation
2 #source: tls-3.s
tls-pie-3.d 1 #name: FRV TLS undefweak relocs, pie linking
2 #source: tls-3.s
tls-relax-pie-3.d 1 #name: FRV TLS undefweak relocs, pie linking with relaxation
2 #source: tls-3.s
tls-relax-shared-3.d 1 #name: FRV TLS undefweak relocs, shared linking with relaxation
2 #source: tls-3.s
tls-shared-3.d 1 #name: FRV TLS undefweak relocs, shared linking
2 #source: tls-3.s
tls-static-3.d 1 #name: FRV TLS undefweak relocs, static linking
2 #source: tls-3.s
  /frameworks/native/opengl/libs/EGL/
getProcAddress.cpp 46 "ldr r12, [r12, %[tls]] \n" \
54 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
68 "ldr x16, [x16, %[tls]]\n" \
75 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
89 "mov %P[tls](%[fn]), %[fn]\n" \
97 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
111 "mov %P[tls](%[fn]), %[fn]\n" \
119 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
136 "rdhwr %[tls], $29\n\t" \
137 "ld %[t0], %[OPENGL_API](%[tls])\n\t"
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 56 "ldr r12, [r12, %[tls]] \n" \
60 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
72 "ldr x16, [x16, %[tls]]\n" \
78 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
91 "mov %P[tls](%[fn]), %[fn]\n" \
97 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
110 "mov %P[tls](%[fn]), %[fn]\n" \
116 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
133 "rdhwr %[tls], $29\n\t" \
134 "ld %[t0], %[OPENGL_API](%[tls])\n\t"
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 112 "ldr r12, [r12, %[tls]] \n" \
116 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
128 "ldr x16, [x16, %[tls]]\n" \
134 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \
147 "mov %P[tls](%[fn]), %[fn]\n" \
153 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
166 "mov %P[tls](%[fn]), %[fn]\n" \
172 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \
189 "rdhwr %[tls], $29\n\t" \
190 "ld %[t0], %[OPENGL_API](%[tls])\n\t"
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
i386.cc 40 #include "tls.h"
349 // TLS info comes from
350 // http://people.redhat.com/drepper/tls.pdf
351 // http://www.lsd.ic.unicamp.br/~oliva/writeups/TLS/RFC-TLSDESC-x86.txt
623 gold_error(_("missing expected TLS relocation"));
645 // Do a TLS relocation.
654 // Do a TLS General-Dynamic to Initial-Exec transition.
663 // Do a TLS General-Dynamic to Local-Exec transition.
692 // Do a TLS Local-Dynamic to Local-Exec transition.
701 // Do a TLS Initial-Exec to Local-Exec transition
    [all...]
x86_64.cc 40 #include "tls.h"
409 // TLS info comes from
410 // http://people.redhat.com/drepper/tls.pdf
411 // http://www.lsd.ic.unicamp.br/~oliva/writeups/TLS/RFC-TLSDESC-x86.txt
779 gold_error(_("missing expected TLS relocation"));
795 // Do a TLS relocation.
804 // Do a TLS General-Dynamic to Initial-Exec transition.
814 // Do a TLS General-Dynamic to Local-Exec transition.
842 // Do a TLS Local-Dynamic to Local-Exec transition.
851 // Do a TLS Initial-Exec to Local-Exec transition
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-elf.exp 556 {"Static executable with TLS" "-static -melf32btsmip -T mips-dyn.ld" ""
559 "tls-static-o32"}
560 {"Shared library with TLS" "-shared -melf32btsmip -T mips-lib.ld" ""
564 {"Dynamic executable with TLS"
568 "tls-dynamic-o32"}
569 {"Shared library with multiple GOTs and TLS"
571 "-EB -march=mips1 -32 -KPIC" {tls-multi-got-1-1.s tls-multi-got-1-2.s}
572 {{readelf {-d -r} tls-multi-got-1.r}
573 {objdump {-dr -m mips:isa32r2} tls-multi-got-1.d
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
tlspic.d 2 #name: i386 pic tls
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
tlspic.d 3 #name: sh pic tls
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
tls-gd-1.d 2 #source: tls-gd-1.s

Completed in 210 milliseconds

1 2 3 4 5 67 8 91011>>