📌  相关文章
📜  linux中nm命令输出中的T是什么-Shell-Bash代码示例

📅  最后修改于: 2022-03-11 14:51:42.285000             🧑  作者: Mango

代码示例1
T means globally defined in the text segment -- the object defines and exports the symbol
U means "undefined" -- the object has a reference to the symbol but no definition

NOTE:
"man 1 nm" helps list of each symbol