How to understand the result returned by "nm" command
3
votes
1
answer
4202
views
I used
nm
command to inspect the function names in a .so library.
And the result I got is like this:
00009634 T _Z24ICTCLAS_ParagraphProcessPKciPc9eCodeTypeb
00009764 T _Z25ICTCLAS_ParagraphProcessAPKciRi9eCodeTypeb
00009b24 T _Z26ICTCLAS_ParagraphProcessAWPKcP17tagICTCLAS_Result9eCodeTypeb
Actually there are functions called ParagraphProcess
and ParagraphProcessA
.
But how to interpret the prefix(_Z24ICTCLAS_
) and suffix(PKciPc9eCodeTypeb
) and the address-like string(00009634
) at the start of the line?
Asked by xiaohan2012
(1765 rep)
Feb 27, 2012, 10:33 AM
Last activity: Jan 26, 2018, 09:48 AM
Last activity: Jan 26, 2018, 09:48 AM