Even a simple Hello World program contains a vast array of details when it reaches the object file stage.
在目标文件阶段,即使是一个简单的Hello World程序,其中也包含了大量的细节信息。
The nm program is good for listing symbols and their types and values but, for examining in greater detail the contents of those named sections of the object file, more powerful tools are necessary.
nm程序可用于列举符号及其类型和值,但是,要更仔细地研究目标文件中这些命名段的内容,需要使用功能更强大的工具。
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合并进主程序。
Likewise, the readelf program can list the contents of the object file with similar lucidity. You can see this by typing the following command.
类似地,readelf程序也可以清楚地列出目标文件中的内容。
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
第二行取得对象文件并创建一个可执行文件。
The typical solution to a race condition is to ensure that your program has exclusive rights to something while it's manipulating it, such as a file, device, object, or variable.
竞争条件的典型解决方案是,确保程序在使用某个资源(比如文件、设备、对象或者变量)时,拥有自己的专有权。
At this point the model is published, and the program builds a Document Object model (DOM) and writes it out to an intermediate XML file (data).
在这里模型已经发布了,程序建立了一个DocumentObjectModel (DOM)并且将其写入中间的XML文件(数据)。
In that case, GDB can fetch values from these sections out of the object file, rather than from the target program.
在这种情况下,GDB可以从对象文件之外的这些段获取变数值,而不是从目标程序。
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.
编译器和连接器将源程序文件编译和连接成虚拟机系统可执行的目标代码文件。
To resume scene, getting all object saved in file orderly and evaluate it to correlative object in program when open scene file next time.
下次打开场景文件的时候,将文件中存储的对象依次取出并赋值给程序的相应对象中,即可恢复场景。
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.
接着,编译程序调用链接程序,由链接程序把目标文件变为可执行程序。
应用推荐