A CU typically represents the text and data contributed to an executable by a single relocatable object file.
CU通常表示由单个可重新定位的对象文件带来可执行文件的文本和数据。
These filtered assembly files are compiled into object file.
这些过滤的汇编文件被编译成对象文件。
The byte order of the STABs binary data depends on the object file format.
STAB二进制数据的字节顺序取决于对象文件格式。
The first tool on the list is nm, which lists the symbols in an object file.
列表中的第一个工具是nm,它可以列出目标文件中的符号。
It's a good utility to use for a detailed look at the internal of an object file.
如果想要仔细查看对象文件内部的详细信息,这些是很好的实用程序。
Assign the domain HR to the domain object file (esalary.log) using setsecattr command.
用setsecattr命令将域hr分配给该域对象文件(esalary . log)。
All splices are bundled into a single object file ready to be injected into the kernel.
所有拼接打包成一个对象文件,准备注入内核。
The compiler transforms the text that you create in the code editor into an object file.
编译器可以将您在代码编辑器中创建的文本转换为目标文件。
The probe object file you generate, and the object files on which it was based, must match.
生成的探测对象文件与它基于的对象文件必须匹配。
If the object files change, the probe object file must be regenerated or the linking will fail.
如果对象文件改变了,必须重新生成探测对象文件,否则链接会失败。
The compiler then invokes a linker, which turns the object file into an executable program.
接着,编译程序调用链接程序,由链接程序把目标文件变为可执行程序。
But if the file that is found is an ordinary object file, it is linked in the usual fashion.
但是,如果连接器找到的是一个普通的目标文件,就用平常的方式把这个目标文件连接进来。
Include the object file or library in which the missing function or data is already defined.
包括已在其中定义缺少的函数或数据的对象文件或库。
STABs are the native format for debugging information in the a.out and XCOFF object file formats.
stab是a.o ut和XCOFF对象文件格式的调试信息的本机格式。
The index lists each symbol, defined by a member of an archive, that is a relocatable object file.
这个索引列出了存档文件的成员(可重定位目标文件)所定义的每个符号。
Unresolved function names, like printf() in this case, are marked out in the object file produced.
在生成的目标文件中标记出了未解析的函数名,如printf() 。
Even a simple Hello World program contains a vast array of details when it reaches the object file stage.
在目标文件阶段,即使是一个简单的Hello World程序,其中也包含了大量的细节信息。
This is a special tool that converts spe programs into an object file that can be linked into a PPE executable.
这是一个特殊工具,可以将SPE程序转换成一个能被链接进PPE可执行程序的对象文件。
The Extended object file system (exofs) is a traditional Linux file system built over an object storage system.
ExtendedObject FileSystem (exofs)是构建在对象存储系统上的一种传统的Linux文件系统。
Learn more about the object file format and the tools that you can use for exploring object files found on your system.
了解更多关于目标文件格式的内容,以及可以用来研究系统中目标文件的工具。
In that case, GDB can fetch values from these sections out of the object file, rather than from the target program.
在这种情况下,GDB可以从对象文件之外的这些段获取变数值,而不是从目标程序。
By typing the following command, you can see an assembly listing of every section in the object file that contains executable code.
通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
Provision of a method of the direct modification of an object file, thus shortening the user's time for software modification.
提供了直接修改目的文件的手段,因而可以节省用户修改软件所需时间。
There are two ways to acess OSD. One is through the API provided by OSD device driver, another way is through the object file system.
访问OSD设备的途径,可以直接通过OSD设备驱动程序提供的API访问存储设备和通过对象文件系统进行访问。
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
第二行取得对象文件并创建一个可执行文件。
This produces what is called a CESOF Linkable, which allows an object file for the SPE to be embedded in a PPE application and loaded as needed.
这就生成了CES OF可链接项,它允许SPE的对象文件嵌入到PPE应用程序内并在需要时加载。
The following code samples show how to calculate the offset. First, disassemble the machine instructions from the object file and save them as a file.
下面的代码示例展示了如何来计算偏移量。
It can handle dependencies, such as the rule that if a source file is modified, its corresponding object file must be regenerated by recompiling the source.
它可以处理相关性,例如有这样的规则:如果源文件被修改,那么必须通过重新编译该源文件来重新生成其对应的目标文件。
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.
您将学习构建和查看目标文件的输出,而不是使用任何快捷方法直接创建可执行文件(的确有许多这样的快捷方法)。
应用推荐