📄 system_map.s
字号:
/* * system_map.S - optional symbol lookup for debugging * * Copyright (c) 2007 Analog Devices Inc. * Licensed under the GPL-2 or later. */#include <config.h>#ifdef CONFIG_DEBUG_DUMP_SYMS.data.global _system_map.type _system_map,@object_system_map:#include SYM_FILE.asciz "".size _system_map,.-_system_map#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -