By typing the following command, you can see an assembly listing of every section in the object file that contains executable code.
通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
The transformation process that proceeds from code to executable is well-defined and automated, and object files are an integral link in the chain.
从代码到可执行代码的转换过程经过了良好的定义并实现了自动化,而目标文件是这个链中有机的连接性环节。
To uncover the failed instruction in the code, do an object dump of the executable using objdump, which lists the instructions generated by the compiler.
要查看代码中是哪条指令出错了,可以使用objdump命令输出可执行文件的代码,该命令会列出编译器所生成的指令。
应用推荐