User`s guide

3–2 ALIST
Command Format
If ALIST is specified with no options or file information, then ALIST searches the
current default directory for an a.out file, generates a listing of that object file, and
sends the output to stdout. The list output may be piped to an output file. For
example:
% alist osfpal.o > osfpal.lis
To produce an entry points file for PVC, enter this command:
% alist -e osfpal.o > osfpal.ent
To produce a PVC symbols (.map) file, enter this command:
% alist -m osfpal.o > osfpal.map