Searched refs:teb (Results 1 – 4 of 4) sorted by relevance
11 # RUN: ld.lld -shared -soname=teb.so -o %teb.so %t1eb.o14 # RUN: ld.lld --script %t.script -o %teb.exe %t2eb.o %teb.so15 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %teb.exe \17 # RUN: llvm-readelf -A %teb.exe | FileCheck --check-prefix=PLT %s31 # RUN: ld.lld -shared -soname=teb.so -o %teb.so %t1eb.o34 # RUN: ld.lld --script %t.script -o %teb.exe %t2eb.o %teb.so35 # RUN: llvm-objdump -d --mattr=micromips %teb.exe --no-show-raw-insn \49 # RUN: ld.lld -shared -soname=teb.so -o %teb.so %t1eb.o54 # RUN: ld.lld --script %t.script -o %teb.exe %t-reg.o %t2eb.o %teb.so55 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %teb.exe \
14 # RUN: ld.lld -o %teb.exe -script %t.script %t1eb.o %t2eb.o15 # RUN: llvm-objdump -d -t -s --mattr=micromips --no-show-raw-insn %teb.exe \17 # RUN: llvm-readelf -h %teb.exe | FileCheck --check-prefix=ELF %s
12 # RUN: ld.lld -o %teb.exe -script %t.script %t1eb.o %t2eb.o13 # RUN: llvm-objdump -d -t --mattr=micromips --no-show-raw-insn %teb.exe \
226 PTEB teb = (PTEB)NtCurrentTeb(); in IsTlsInitialized() local227 return teb->Reserved1[TEB_RESERVED_FIELDS_THREAD_LOCAL_STORAGE_OFFSET] != in IsTlsInitialized()