nm命令:分析二进制文件、库文件、可执行文件中的符号表,返回二进制文件中各段的信息。 -A或-o或 --print-file-name:打印出每个符号属于的文件 -a或--debug-syms:打印出所有符号,包括debug符号 -D 或--dynamic:显示动态符号而不显示普通符号,一般用于动态库。 -g或--extern-only:仅显示外部
-R, --dynamic-reloc Display the dynamic relocation entries in the file @<file> Read options from <file> -v, --version Display this program's version number -i, --info List object formats and architectures supported -H, --help Display this information The following switches are optional: -...
Display DWARF infointhe file-t, --syms Display the contents of the symbol table(s)-T, --dynamic-syms Display the contents of the dynamic symbol table-r, --reloc Display the relocation entriesinthe file-R, --dynamic-reloc Display the dynamic relocation entriesinthe file @<file> Read opti...
The symbol is a weak symbol that has not been specifically tagged as a weak object symbol. - 该符号是a.out格式文件中的stabs symbol。 该符号类型没有定义 objdump基本用法 objdump有点象那个快速查看之流的工具,就是以一种可阅读的格式让你更多地了解二进制文件可能带有的附加信息。对于一般只想让自己程...
This option may not be necessary; objdump can automatically recognize many formats. For example, objdump -b oasys -m vax -h fu.o displays summary information from the section headers (-h) of fu.o, which is explicitly identified (-m) as a VAX object file in the format produced by Oasys...
group six: (d,D,) debugging symbol, dynamic symbol or normal symbol. group seven: (F,f,O,) symbol is the name of function, file, object or normal symbol. COLUMN THREE: the section in which the symbol lives,ABSmeans not associated with a certain section ...
Display information from object <file(s)>. At least one of the following switches must be given: -a, --archive-headers Display archive header information -f, --file-headers Display the contents of the overall file header -p, --private-headers Display object format specific file header conten...
该符号是一个weak object。 W The symbol is a weak symbol that has not been specifically tagged as a weak object symbol. - 该符号是a.out格式文件中的stabs symbol。 该符号类型没有定义 objdump基本用法 objdump有点象那个快速查看之流的工具,就是以一种可阅读的格式让你更多地了解二进制文件可能带有的...
简介:objdump是显示object文件的详细信息的工具 objdump是显示object文件的详细信息的工具 -a, --archive-headers 显示档案库的成员信息,类似 ls -l 将文件的信息列出 -f, --file-headers 显示档案文件的整体头部摘要信息 -p, --private-headers Display object format specific file header contents ...
objdump -a shows the object file format of each archive member. --adjust-vma= offset When dumping information, first add offset to all the section addresses. This is useful if the section addresses do not correspond to the symbol table, which can happen when putting sections at particular add...