最后,我调用了dot可执行文件生成buildfile的构建目标的PDF。
Finally, I call the dot executable to generate the PDF of the build targets of the buildfile. Figure 3 shows an example of this file.
通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
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.
您将学习构建和查看目标文件的输出,而不是使用任何快捷方法直接创建可执行文件(的确有许多这样的快捷方法)。
Instead of taking any shortcuts to creating the executable (and there are many shortcuts), you'll take your time to build and examine just the object file output.
可执行文件是目标文件。
一个编译步骤,此时多个目标文件放置在一起以形成可执行程序。
Compilation step in which multiple object files are put together to form an executable program.
可执行文件内的字节目标序列。
编译器和连接器将源程序文件编译和连接成虚拟机系统可执行的目标代码文件。
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.
数据段映射是二进制翻译过程中源可执行文件和目标可执行文件数据关系的纽带。
Data section mapping is a ligament of data relationship between source executable file and target executable file in binary translation.
接着,编译程序调用链接程序,由链接程序把目标文件变为可执行程序。
The compiler then invokes a linker, which turns the object file into an executable program.
这是在链接阶段完成的,当可执行文件由编译器早些时候创建的目标文件创建时。
This is done during the linking stage, when the executable is written using the object files created by the compiler earlier.
这是在链接阶段完成的,当可执行文件由编译器早些时候创建的目标文件创建时。
This is done during the linking stage, when the executable is written using the object files created by the compiler earlier.
应用推荐