Answers for "what is T in nm command output in linux"

1

what is T in nm command output in linux

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
Posted by: Guest on July-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language