Chapter 15 Using Library Manager

p

Output information about externally defined symbols in the library file

Functional description

This option is used when you want know the externally defined symbol names that exist in the library file.

When a relocatable object file name is specified following the -p option, and a file with the same name exists in the library file, the externally defined symbol names in that relocatable object file will be output. If the file does not exist, the library manager will output a warning message and continue processing.

When no relocatable object file name is specified, the externally defined symbols in all relocatable object files that exist in the library file will be output.

Rules of use

To specify the option, enter the hyphen (-) followed by the lower case letter “p”.

slib103 test.lib -p

Operation example

slib103 test.lib -p test1.rf slib103 test.lib -p

The first example checks whether or not the file test1.rf exists in test.lib, and if it does, outputs the externally defined symbols within it. The second example outputs the externally defined symbols in all relocatable object files in test.lib.

286 Command Options

Page 298
Image 298
Panasonic MN1030 user manual Slib103 test.lib -p test1.rf slib103 test.lib -p