Home
last modified time | relevance | path

Searched refs:TlsTable (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dtls-directory.test6 ## TlsTable.RelativeVirtualAddress == .rdata section VirtualAddress.
53 TlsTable:
71 ## TlsTable.RelativeVirtualAddress == .rdata section VirtualAddress.
127 TlsTable:
144 ## Case 1: TlsTable.RelativeVirtualAddress/Size = 0.
149 ## Case 2: There's no TlsTable listed in the COFF header.
H A Dunwind-x86_64-image.yaml70 TlsTable:
H A Dunwind-arm64-image.yaml82 TlsTable:
H A Dfile-headers.test267 TlsTable:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/Inputs/
H A Di386-exe.yaml46 TlsTable:
H A Dx86_64-exe.yaml46 TlsTable:
/llvm-project-15.0.7/lldb/test/Shell/Minidump/Windows/Inputs/
H A Darm-fp-unwind.exe.yaml46 TlsTable:
H A Dbroken-unwind.exe.yaml49 TlsTable:
/llvm-project-15.0.7/llvm/test/Object/Inputs/COFF/
H A Ddata-dir-out-of-bounds.yaml46 TlsTable:
H A Ddwarf-debug-only.yaml46 TlsTable:
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PECOFF/
H A Dinvalid-export-table.yaml53 TlsTable:
H A Dbasic-info-arm64.yaml58 TlsTable:
H A Dbasic-info.yaml58 TlsTable:
H A Duuid.yaml52 TlsTable:
H A Dsection-types.yaml54 TlsTable:
H A Dbasic-info-arm.yaml58 TlsTable:
H A Ddisassemble-thumb.yaml54 TlsTable:
H A Dsymbol.yaml56 TlsTable:
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/COFF/
H A Dbasic-arm64.yaml58 TlsTable:
H A Dvariable-number-rva.yaml69 # ROUNDTRIP16-NEXT: TlsTable:
249 # ROUNDTRIP18-NEXT: TlsTable:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/Inputs/
H A Deh_frame-coff.yaml46 TlsTable:
/llvm-project-15.0.7/lldb/test/Shell/Process/Windows/
H A Dlaunch_failure.yaml57 TlsTable:
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp127 void printCOFFTLSDirectory(const coff_tls_directory<IntTy> *TlsTable);
2066 const coff_tls_directory<IntTy> *TlsTable) { in printCOFFTLSDirectory() argument
2068 if (!TlsTable) in printCOFFTLSDirectory()
2071 W.printHex("StartAddressOfRawData", TlsTable->StartAddressOfRawData); in printCOFFTLSDirectory()
2072 W.printHex("EndAddressOfRawData", TlsTable->EndAddressOfRawData); in printCOFFTLSDirectory()
2073 W.printHex("AddressOfIndex", TlsTable->AddressOfIndex); in printCOFFTLSDirectory()
2074 W.printHex("AddressOfCallBacks", TlsTable->AddressOfCallBacks); in printCOFFTLSDirectory()
2075 W.printHex("SizeOfZeroFill", TlsTable->SizeOfZeroFill); in printCOFFTLSDirectory()
2076 W.printFlags("Characteristics", TlsTable->Characteristics, in printCOFFTLSDirectory()