|
NAMEUilDumpSymbolTable — Dumps the contents of a named UIL symbol table to standard outputSYNOPSIS#include <uil/UilDef.h> void UilDumpSymbolTable( sym_entry_type *root_ptr); DESCRIPTIONThe UilDumpSymbolTable function dumps the contents of a UIL symbol table pointer to standard output.
By following the link from the root entry, you can traverse the entire parse tree. Symbol table entries are in the following format: hex.address symbol.type symbol.data prev.source.position source.position modification.record where:
The exact data structures for each symbol type are defined in the include file UilSymDef.h. Note that this file is automatically included when an application includes the file UilDef.h. RELATEDUil(3) Visit the GSP FreeBSD Man Page Interface. |