Home
last modified time | relevance | path

Searched refs:teb (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-micro-jal.s11 # RUN: ld.lld -shared -soname=teb.so -o %teb.so %t1eb.o
14 # RUN: ld.lld --script %t.script -o %teb.exe %t2eb.o %teb.so
15 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %teb.exe \
17 # RUN: llvm-readelf -A %teb.exe | FileCheck --check-prefix=PLT %s
31 # RUN: ld.lld -shared -soname=teb.so -o %teb.so %t1eb.o
34 # RUN: ld.lld --script %t.script -o %teb.exe %t2eb.o %teb.so
35 # RUN: llvm-objdump -d --mattr=micromips %teb.exe --no-show-raw-insn \
49 # RUN: ld.lld -shared -soname=teb.so -o %teb.so %t1eb.o
54 # RUN: ld.lld --script %t.script -o %teb.exe %t-reg.o %t2eb.o %teb.so
55 # RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %teb.exe \
H A Dmips-micro-relocs.s14 # RUN: ld.lld -o %teb.exe -script %t.script %t1eb.o %t2eb.o
15 # 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
H A Dmips-micror6-relocs.s12 # RUN: ld.lld -o %teb.exe -script %t.script %t1eb.o %t2eb.o
13 # RUN: llvm-objdump -d -t --mattr=micromips --no-show-raw-insn %teb.exe \
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_win.cpp226 PTEB teb = (PTEB)NtCurrentTeb(); in IsTlsInitialized() local
227 return teb->Reserved1[TEB_RESERVED_FIELDS_THREAD_LOCAL_STORAGE_OFFSET] != in IsTlsInitialized()