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命令输出可执行文件的代码,该命令会列出编译器所生成的指令。
In this case, the high-level program is called the source code, and the translated program is called the object code or the executable.
这种情况下,高级语言编写的程序被称为源代码,而翻译出来的程序被称为目标代码或者可执行程序。
When the source code for the calling executable is compiled or assembled, the DLL function call generates an external function reference in the object code.
DLL 函式呼叫会在编译或组译呼叫可执行档的原始程式码时,在物件程式码产生外部函式参考。
When the source code for the calling executable is compiled or assembled, the DLL function call generates an external function reference in the object code.
DLL 函式呼叫会在编译或组译呼叫可执行档的原始程式码时,在物件程式码产生外部函式参考。
应用推荐