Library /sys$common/syshlp/SDA.HLB  —  READ  Qualifiers  /IMAGE
       /IMAGE filespec

    Searches the executive loaded image list and the current process
    activated image list for the image specified by filespec. If
    the image is found, the symbols are read in using the image
    symbol vector (if there is one) and either slicing or relocation
    information.

    This is the preferred way to read in the .STB files produced
    by the linker. These .STB files contain all universal symbols,
    unless SYMBOL_TABLE=GLOBAL is in the linker options file, in
    which case the .STB file contains all universal and global
    symbols.
Close Help