linker operation的用法和样例:
例句
- When the linker builds your module, it embeds a relocation section in the resulting file.
当链接程序创建你的模块时,它将把一个移位节嵌入产生的文件中。 - After all the source code files have been compiled, they are linked by the linker just as an application's executable file would be.
当所有源代码文件编译后,它们就像应用程序的可执行文件那样被链接程序所链接。