nm.txt
来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· 文本 代码 · 共 16 行
TXT
16 行
-- nm --Show information about a dynamic library file.Usage: nm <file1> [file2] [...]This command is useful to software developers. For each name listed afterthe command, representing a shared library file (usually ending with a .soextension) or dynamically-linked executable, nm will print a catalogue ofinformation about its symbols. Data symbols, functions, sections, and otheritems are shown, along with their bindings (such as 'local', 'global', or'weak').
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?