Tornado Reference : Tornado Utilities

xsymcArm

NAME

xsymcArm - extract the symbol table from an ARM COFF object module

SYNOPSIS

xsymcArm < objMod > symTbl

DESCRIPTION

This tool reads an object module (UNIX SYSV COFF format) from standard input and writes an object module to standard output. The output module contains only the symbol table, with no code, but is otherwise a normal, executable object module.

This tool is used to generate the VxWorks symbol table, vxWorks.sym.

FILES

ecoff.h - UNIX SYSV COFF object module header file

SEE ALSO

xsymcArm, makeSymTbl, UNIX SYSV COFF documentation