What does each column of objdump's Symbol table mean?

前端 未结 5 1296
南旧
南旧 2021-01-30 16:26
SYMBOL TABLE:
0000000000000000  w      *UND*  0000000000000000              __gmon_start__

I\'ve man objdump but there\'s no such info.

5条回答
  •  一个人的身影
    2021-01-30 17:06

    http://www.cs.swarthmore.edu/~newhall/unixhelp/compilecycle.html#runtime

    $ nm --format sysv simple   # system V format is easier to read than bsd format which is the default
    
    Name                  Value   Class        Type         Size     Line  Section
    
    ...
    foo                 |080484e6|   T  |              FUNC|0000000c|     |.text
    

提交回复
热议问题