Hi, Can gcc dump a cross-reference file/information for a given C source file? Information such as - - List of functions - List of global vars - List of local vars - List of structures and unions - List of member vars - List of function param vars - List of macros and enums etc. along with the line numbers (in source code). Please let me know. Regards, Saurabh