Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 1.06 KB

File metadata and controls

49 lines (45 loc) · 1.06 KB
title -TLS | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
/TLS
dev_langs
C++
helpviewer_keywords
/TLS dumpbin option
-TLS dumpbin option
ms.assetid 2b3f48f9-cac4-4351-b15c-2833b43bc709
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

/TLS

Displays the IMAGE_TLS_DIRECTORY structure from an executable.

Remarks

/TLS displays the fields of the TLS structure as well as the addresses of the TLS callback functions.

If a program does not use thread local storage, its image will not contain a TLS structure. See thread for more information.

IMAGE_TLS_DIRECTORY is defined in winnt.h.

See Also

DUMPBIN Options