HomeSort by: relevance | last modified time | path
    Searched defs:TEB (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp 239 } TEB, *PTEB;
243 PTEB teb = (PTEB)NtCurrentTeb(); local
244 return teb->Reserved1[TEB_RESERVED_FIELDS_THREAD_LOCAL_STORAGE_OFFSET] !=
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 220 } TEB, *PTEB;
224 PTEB teb = (PTEB)NtCurrentTeb(); local
225 return teb->Reserved1[TEB_RESERVED_FIELDS_THREAD_LOCAL_STORAGE_OFFSET] !=
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 6503 SDValue TEB = DAG.getRegister(AArch64::X18, MVT::i64);
6505 // Load the ThreadLocalStoragePointer from the TEB
6506 // A pointer to the TLS array is located at offset 0x58 from the TEB.
6508 DAG.getNode(ISD::ADD, DL, PtrVT, TEB, DAG.getIntPtrConstant(0x58, DL));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 3384 // Load the current TEB (thread environment block)
3395 SDValue TEB = CurrentTEB.getValue(0);
3398 // Load the ThreadLocalStoragePointer from the TEB
3399 // A pointer to the TLS array is located at offset 0x2c from the TEB.
3401 DAG.getNode(ISD::ADD, DL, PtrVT, TEB, DAG.getIntPtrConstant(0x2c, DL));

Completed in 70 milliseconds