Skip to content

Latest commit

 

History

History
90 lines (84 loc) · 2.61 KB

reserved-words.md

File metadata and controls

90 lines (84 loc) · 2.61 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Reserved words
Reserved words
11/04/2016
code
CONFORMING
DISCARDABLE
Description
base
APPLOADER
Data
DYNAMIC
DEV386
.def files [C++], reserved words
def files [C++], reserved words
linker [C++], reserved words
reserved words [C++]
9b9f49e5-0739-45ab-a37e-81e3915ceb25

Reserved words

The following words are reserved by the linker. These names can be used as arguments in module-definition statements only if the name is enclosed in double quotation marks ("").

:::row::: :::column span=""::: APPLOADER1
BASE
CODE
CONFORMING
DATA
DESCRIPTION
DEV386
DISCARDABLE
DYNAMIC
EXECUTE-ONLY
EXECUTEONLY
EXECUTEREAD
EXETYPE
EXPORTS
FIXED1 :::column-end::: :::column span=""::: FUNCTIONS2
HEAPSIZE
IMPORTS
IMPURE1
INCLUDE2
INITINSTANCE2
IOPL
LIBRARY1
LOADONCALL1
LONGNAMES2
MOVABLE1
MOVEABLE1
MULTIPLE
NAME
NEWFILES2 :::column-end::: :::column span=""::: NODATA1
NOIOPL1
NONAME
NONCONFORMING1
NONDISCARDABLE
NONE
NONSHARED
NOTWINDOWCOMPAT1
OBJECTS
OLD1
PRELOAD
PRIVATE
PROTMODE2
PURE1
READONLY :::column-end::: :::column span=""::: READWRITE
REALMODE1
RESIDENT
RESIDENTNAME1
SECTIONS
SEGMENTS
SHARED
SINGLE
STACKSIZE
STUB
VERSION
WINDOWAPI
WINDOWCOMPAT
WINDOWS :::column-end::: :::row-end:::

1 The linker emits a warning ("ignored") when it encounters this term. However, the word is still reserved.

2 The linker ignores this word but emits no warning.

See also