ccfix - produces list of constructors or destructors for C++ object files
ccfix [D | I] <objectlist>
It is not intended to be used directly.
ccfix takes a list of object files produced from C++
and emits (on stdout) an assembler file containing a
list of symbols for all the constructors (or destructors)
in the object. This can then be assembled using
arm-asm and combined with the original object(s)
using
catobj. It is invoked by the C++ makerule in ISOS.