HomeSort by: relevance | last modified time | path
    Searched defs:TLS (Results 1 - 25 of 119) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 26 bool TLS;
28 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
43 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
  /src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
ELFStub.h 31 TLS = ELF::STT_TLS,
  /src/external/bsd/libfido2/dist/src/
log.c 21 #ifndef TLS
22 #define TLS
25 static TLS int logging;
26 static TLS fido_log_handler_t *log_handler;
dev.c 10 #ifndef TLS
11 #define TLS
14 static TLS bool disable_u2f_fallback;
  /src/external/bsd/pcc/include/
config.h 160 /* Enable thread-local storage (TLS). */
161 #define TLS 1
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c 73 #ifndef TLS
75 # define TLS __declspec(thread)
77 # define TLS
104 static TLS Salsa20Random stream = {
  /src/external/bsd/pcc/dist/pcc/driver/
config.h 165 /* Enable thread-local storage (TLS). */
166 #undef TLS
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/alpha/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/earm/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/earmhf/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/hppa/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/i386/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/ia64/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/m68000/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/m68k/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/mips64el/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/mipseb/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/mipsel/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/mipsn64eb/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/mipsn64el/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local
  /src/external/gpl3/binutils/lib/libbfd/arch/powerpc/
config.h 315 /* If the compiler supports a TLS storage class, define it to that here */
316 #define TLS _Thread_local

Completed in 33 milliseconds

1 2 3 4 5