摘要
从目标文件中提取符号表信息是源程序调试的基础。本文较详细地分析了MASSCOMP机目标文件中符号表信息的存放格式,介绍了提取符号表信息所采用的主要数据结构,最后还以举例的方式分别介绍了几种典型符号的字符串表的处理。
How to collect symbol table information from objective file is the foundation of source-level debugging. The stored format of symbol table information in MASSCOMP is analysed in details, and main data structures, which are used to collect symbol table information, are introduced in the paper. Some examples are also given to introduce the processing of several typical string tables.
关键词
源程序调试
符号表信息
符号
字符串表
source-level debugging
symbol table information
symbol
string table