LoginSignup
1
1

More than 5 years have passed since last update.

linuxLibrary > デバッグシンボルを表示する > nm -D /lib/libm.so.6

Last updated at Posted at 2015-03-09

動作環境

CentOS 6.5

nmを使うことで共有ライブラリのデバッグシンボルを表示できる。

$nm -D /lib/libm.so.6
...
00ba3ee0 W floor
00bab0f0 W floorf
00bb28d0 W floorl
00ba7c30 i fma
...

Link: gdb の使い方・デバッグ方法まとめの「nm コマンドを使う」

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1