


The cblutil program can also report on information out of the header of an object file or object library. The format for this is:
cblutil -info files
Each file is examined to see if it is an object module or object library. If it is an object module, its size and other useful information is printed. If it is an object library, this information is printed for each module it contains.
cblutil -info /objects/* | grep "debug" > /tmp/debug
This creates a file called "/tmp/debug" that lists every program in the "/objects" directory that is in debug-mode.
The cblutil program will also report whether or not table-boundary checking is enabled in an object file.