Download TR0129 MicroBlaze Embedded Tools Reference

Transcript
Tool Options − Librarian
Librarian: −t
Command line syntax
−t [−s0|−s1]
Description
Print a table of contents of the library to standard out. With the suboption −s the librarian displays all symbols per object file.
−s0
Displays per object the library in which it resides, the name of the object itself and all symbols in the object.
−s1
Displays only the symbols of all object files in the library.
Example
tlb −t mylib.lib
The librarian prints a list of all object modules in the libary mylib.lib.
tlb −t −s0 mylib.lib
The librarian prints per object all symbols in the library. This looks like:
prolog.obj
symbols:
mylib.lib:prolog.obj:___Qabi_callee_save
mylib.lib:prolog.obj:___Qabi_callee_restore
div16.obj
symbols:
mylib.lib:div16.obj:___udiv16
mylib.lib:div16.obj:___div16
mylib.lib:div16.obj:___urem16
mylib.lib:div16.obj:___rem16
Related information
−
5−311