Searched refs:tls_index (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmsvc-inval.c61 static DWORD tls_index; variable
72 tls_index = TlsAlloc ();
75 if (tls_index == TLS_OUT_OF_INDEXES)
81 (struct gl_msvc_inval_per_thread *) TlsGetValue (tls_index);
91 TlsSetValue (tls_index, pointer);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmsvc-inval.c61 static DWORD tls_index; variable
72 tls_index = TlsAlloc ();
75 if (tls_index == TLS_OUT_OF_INDEXES)
81 (struct gl_msvc_inval_per_thread *) TlsGetValue (tls_index);
91 TlsSetValue (tls_index, pointer);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgthr-win32.c105 DWORD tls_index = TlsAlloc (); local
106 if (tls_index != 0xFFFFFFFF)
108 *key = tls_index;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgthr-win32.c103 DWORD tls_index = TlsAlloc (); local
104 if (tls_index != 0xFFFFFFFF)
106 *key = tls_index;
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dthread.c450 key->tls_index = TlsAlloc();
451 if (key->tls_index == TLS_OUT_OF_INDEXES)
458 if (TlsFree(key->tls_index) == FALSE)
460 key->tls_index = TLS_OUT_OF_INDEXES;
467 value = TlsGetValue(key->tls_index);
477 if (TlsSetValue(key->tls_index, value) == FALSE)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d1009 struct tls_index
1014 // where tls_index would otherwise have the wrong size.
1034 extern(C) void* __tls_get_addr(tls_index* ti) nothrow @nogc;
1035 extern(C) void* __ibmz_get_tls_offset(tls_index *ti) nothrow @nogc;
1090 auto ti = tls_index(mod, 0);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Delf.d1002 struct tls_index
1007 // where tls_index would otherwise have the wrong size.
1027 extern(C) void* __tls_get_addr(tls_index* ti) nothrow @nogc;
1028 extern(C) void* __ibmz_get_tls_offset(tls_index *ti) nothrow @nogc;
1083 auto ti = tls_index(mod, 0);
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dwin.h285 DWORD tls_index; member in struct:__anon8
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp336 // offset of a struct tls_index inside GOT. We don't possess either of the
340 uptr tls_index[2] = {ti_module, ti_offset}; local
342 register void *r12 asm("12") = tls_index;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfbsd-tdep.c2055 LONGEST tls_index = fbsd_get_tls_index (gdbarch, lm_addr); local
2066 addr += (tls_index + 1) * TYPE_LENGTH (builtin->builtin_data_ptr);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfbsd-tdep.c2024 LONGEST tls_index = fbsd_get_tls_index (gdbarch, lm_addr); local
2035 addr += (tls_index + 1) * builtin->builtin_data_ptr->length ();

Completed in 275 milliseconds