Library /sys$common/syshlp/HELPLIB.HLB  —  LINK  /FULL
    Directs the linker to create a full image map file. A full image map
    file contains an Object and Image Synopsis (x86 and I64) or Object
    Module Synopsis (Alpha and VAX) section, a Module Relocatable
    Reference Synopsis section (VAX), an Image Segment Synopsis (x86 and
    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 (x86 and I64 systems)

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

    Keyword                Description

    ALL                    For the OpenVMS Linker, the ALL keyword
                           is equivalent to specifying the
                           DEMANGLED_SYMBOLS, GROUP_SECTIONS and
                           SECTION_DETAILS keywords.
    DEMANGLED_SYMBOLS      For the OpenVMS Linker, when display
                           name information is available and
                           processed (DNI), directs the OpenVMS
                           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 Linker to list all
                           processed groups.
    [NO]SECTION_DETAILS    Directs whether or not the OpenVMS
                           Linker suppresses zero length
                           contributions in the Program Section
                           Synopsis.
Close Help