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.
从代码到可执行代码的转换过程经过了良好的定义并实现了自动化,而目标文件是这个链中有机的连接性环节。
Furthermore, once the spe code has been generated, it is embedded into an ELF (Executable and Linking Format) object code file and incorporated into the main program through the fib_spe_handle.
另外,生成了spe代码之后,将它嵌入一个ELF (Executable and Linking Format)对象代码文件,并通过fib_spe_handle合并进主程序。
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.
这种情况下,高级语言编写的程序被称为源代码,而翻译出来的程序被称为目标代码或者可执行程序。
The object-oriented model includes many of the concepts of the entity-relationship model, but represents executable code as well as data.
物件定向的模型含实质- 联系的模型许多观念,但是表现可运行的码和数据。
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.
编译器和连接器将源程序文件编译和连接成虚拟机系统可执行的目标代码文件。
An event is a member that enables an object or class to provide notifications. Clients can attach executable code for events by supplying event handlers.
事件是一种类成员,它使得对象或类能够提供通知。客户端被通知的对象。
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 函式呼叫会在编译或组译呼叫可执行档的原始程式码时,在物件程式码产生外部函式参考。
应用推荐