VMS Help  —  LINK  /FULL
    Directs the linker to create a full image map file. A full image
    map file contains an Object and Image Synopsis (I64) or Object
    Module Synopsis (Alpha and VAX) section, a Module Relocatable
    Reference Synopsis section (VAX), an Image Segment Synopsis
    (I64) or Image Section Synopsis (Alpha and VAX) section, a
    Program Section Synopsis section, a Symbols-by-name section (or a
    Symbols Cross-reference section if the /CROSS_REFERENCE qualifier
    is specified), a Symbols by Value section, an Image Synopsis
    section, and a Link Run Statistics section. For more information,
    see also the /MAP, /CROSS_REFERENCE, and /BRIEF qualifiers.

    Format

      /MAP/FULL[=(keyword[,...])]

1  –  Qualifier Values

 keyword (I64 only)

    The OpenVMS I64 Linker accepts the following keywords to tailor
    the map (the default is /FULL=SECTION_DETAILS):

    Keyword                Description

    ALL                    For the OpenVMS I64 Linker, the ALL
                           keyword is equivalent to specifying the
                           DEMANGLED_SYMBOLS, GROUP_SECTIONS and
                           SECTION_DETAILS keywords.
    DEMANGLED_SYMBOLS      For the I64 linker, when display name
                           information is available and processed
                           (DNI), directs the linker to add a
                           translation table to the map file. The
                           table contains both mangled and demangled
                           names for global symbols.
    GROUP_SECTIONS         Directs the OpenVMS I64 Linker to list all
                           processed groups.
    [NO]SECTION_DETAILS    Directs whether or not the OpenVMS
                           I64 Linker suppresses zero length
                           contributions in the Program Section
                           Synopsis.
Close Help