CU通常表示由单个可重新定位的对象文件带来可执行文件的文本和数据。
A CU typically represents the text and data contributed to an executable by a single relocatable object file.
在这个过程中生成对象文件。
The object file is generated as part of this process. The general sequence is
对于对象,我们一般指的是对象文件或库。
链接TXSeries应用程序对象文件。
考虑需要在历史记录中记录哪些中间对象文件。
Consider which intermediate object files you need to record in history.
所有拼接打包成一个对象文件,准备注入内核。
All splices are bundled into a single object file ready to be injected into the kernel.
生成的探测对象文件与它基于的对象文件必须匹配。
The probe object file you generate, and the object files on which it was based, must match.
这些过滤的汇编文件被编译成对象文件。
These filtered assembly files are compiled into object file.
objdump显示关于一个或多个对象文件的信息。
Objdump displays information about one or more object files.
第二行取得对象文件并创建一个可执行文件。
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 kernel executable consists of many object files linked together.
这些对象文件都是由一个称为链接器脚本的文件链接并装入的。
These object files are linked and loaded by a file known as a linker script.
TARGET _ DIR生成的源代码和对象文件的目标目录。
TARGET_DIR Target directory for the generated source code and object files.
包括已在其中定义缺少的函数或数据的对象文件或库。
Include the object file or library in which the missing function or data is already defined.
compile——此选项编译所有生成的文件并创建对象文件。
Compile - This option makes the compilation of all the generated files and creates object files.
对象文件有许多节,如文本、数据、init数据、bass等等。
The object files have many sections such as text, data, init data, bass, and so forth.
如果想要仔细查看对象文件内部的详细信息,这些是很好的实用程序。
It's a good utility to use for a detailed look at the internal of an object file.
如果对象文件改变了,必须重新生成探测对象文件,否则链接会失败。
If the object files change, the probe object file must be regenerated or the linking will fail.
除了模式过滤器之外,还可以为每个对象文件夹指定过滤器。
In addition to the schema filter, filters can be specified for each object folder.
Objdump 显示有关对象文件的信息,这些可以在命令中指定。
Objdump displays information about object files, which can be specified on the command line.
好的,现在添加这个选项,并运行“makeclean”删除旧对象文件。
Well, adding that, and running "make clean" to get rid of the old object files.
命令行中的对象文件按照这些文件在命令行中出现的顺序进行处理。
Object files on the command line are processed in the order they appear on the command line.
虽然不需要更改程序的源代码,但访问未连接的对象文件却是必须的。
You do not need to modify the program's source code, but you do need access to the unlinked object files.
创建一个包含所有对象文件的uss存档文件,并在c89命令中包含它;例如。
Create a USS archive file with all your object files, and include it in the c89 command; for example.
调试信息是作为对象文件的符号表的一部分进行存储的,因此复杂性和范围是有限的。
The debugging information is stored as part of the object file's symbol table and thus is limited in complexity and scope.
用IDL编译器编译idl文件,生成客户机和服务器stub对象文件以及头文件。
An IDL file is compiled with the IDL compiler which generates the client and server stub object files along with a header file.
客户机对象文件和客户机stub文件与RPC运行时库链接,生成客户机可执行程序。
The client object files along with the client stub file is linked with the RPC runtime library to generate the client executable.
这是一个特殊工具,可以将SPE程序转换成一个能被链接进PPE可执行程序的对象文件。
This is a special tool that converts spe programs into an object file that can be linked into a PPE executable.
用setsecattr命令将域hr分配给该域对象文件(esalary . log)。
Assign the domain HR to the domain object file (esalary.log) using setsecattr command.
在这种情况下,GDB可以从对象文件之外的这些段获取变数值,而不是从目标程序。
In that case, GDB can fetch values from these sections out of the object file, rather than from the target program.
应用推荐