
c/c++_debug
文章平均质量分 81
夜风雪
从事android框架开发工作
展开
-
man nm ----->nm - list symbols from object files
langu@langu:~/linuxk/variable_store$ nm main.o U __stack_chk_fail 0000000000000000 R file_scope_const_var 0000000000000004 C file_scope_noinitial_var 00000000原创 2013-05-20 13:15:47 · 960 阅读 · 0 评论 -
readelf 工具 查看 库文件 执行文件
1、用nm命令查看目标文件的符号表 langu@langu:~/linuxk/union_big_bit$ nm unionbigbit.o 0000000000000000 T main 0000000000000000 U printf The symbol value The symbol value The symbol value原创 2013-05-17 10:51:32 · 1248 阅读 · 0 评论 -
which returns the pathnames of the files (or links) which would be executed in the currente
langu@langu:~/linuxk/link/libstatic$ which gcc /usr/bin/gcc WHICH(1) WHICH(1) NAME which - locate原创 2013-05-22 16:16:58 · 1051 阅读 · 0 评论