A CU typically represents the text and data contributed to an executable by a single relocatable object file.
CU通常表示由单个可重新定位的对象文件带来可执行文件的文本和数据。
By typing the following command, you can see an assembly listing of every section in the object file that contains executable code.
通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
This is a special tool that converts spe programs into an object file that can be linked into a PPE executable.
这是一个特殊工具,可以将SPE程序转换成一个能被链接进PPE可执行程序的对象文件。
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.
您将学习构建和查看目标文件的输出,而不是使用任何快捷方法直接创建可执行文件(的确有许多这样的快捷方法)。
The client object files along with the client stub file is linked with the RPC runtime library to generate the client executable.
客户机对象文件和客户机stub文件与RPC运行时库链接,生成客户机可执行程序。
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合并进主程序。
The second line takes the object file and creates an executable. If we wish to build our program as a shared object, we should do the following
第二行取得对象文件并创建一个可执行文件。
One way of debugging this failure is to do an object dump of the executable and save it in a file, then search for the failed instruction (in this case, the failed opcode is 98080000).
调试这个问题的一种方法是对这个可执行程序执行objdump命令,并将其结果保存到一个文件中;然后查找出错的指令(在本例中,出错的操作码是98080000)。
Finally, we need to add a single variable to the 'private:' section of the header file. This is the object that will handle the external executable (FFMPEG) from within qt.
最后,我们需要在头文件的“private:”部分中添加一个变量。
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.
编译器和连接器将源程序文件编译和连接成虚拟机系统可执行的目标代码文件。
The compiler then invokes a linker, which turns the object file into an executable program.
接着,编译程序调用链接程序,由链接程序把目标文件变为可执行程序。
The compiler then invokes a linker, which turns the object file into an executable program.
接着,编译程序调用链接程序,由链接程序把目标文件变为可执行程序。
应用推荐