loadmap.icn: Program to show load map of UNIX object file

December 13, 1985; Stephen B. Wampler
Requires: UNIX
This file is in the public domain.
   This program produces a formatted listing of selected symbol classes
from a compiled file.  The listing is by class, and gives the
name, starting address, and length of the region associated with
each symbol.

   The options are:

     -a Display the absolute symbols.

     -b Display the BSS segment symbols.

     -c Display the common segment symbols.

     -d Display the data segment symbols.

     -t Display the text segment symbols.

     -u Display the undefined symbols.

If no options are specified, -t is assumed.

If the address of a symbol cannot be determined, ???? is given in
its place.
____________________________________________________________

Notes:

   The size of the last region in a symbol class is suspect and is
usually given as rem.

   Output is not particularly exciting on a stripped file.

Source code | Program Library Page | Icon Home Page