sym.h
来自「motorola自己开发的针对coldfire 5272的Dbug bootlo」· C头文件 代码 · 共 40 行
H
40 行
/*
* File: dbug/sym.h
* Purpose: Defintions for symbol table.
*
* Notes: This file automatically included by dbug.h
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
*/
#ifndef _DBUG_SYM_H
#define _DBUG_SYM_H
/********************************************************************/
void
symtab_add (char *, ADDRESS);
void
symtab_add_complete (char *, int);
void
symtab_add_incomplete (int, ADDRESS);
int
symtab_convert_string (char *, ADDRESS *);
int
symtab_convert_address (ADDRESS, char *);
int
symtab_convert_address2 (ADDRESS, char *);
/********************************************************************/
#endif /* _DBUG_SYM_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?