... linker default 连接程序缺省 linker function 连接程序功能 linker 连接程序 ...
双语例句
1
However, this will let the linker know additional information about the function, including which TOC it is using, so it can emit the code to swap these around if necessary.
The dynamic linker can do a fair amount of work for each function linked, so most linkers are lazy.
动态链接器可以为每个被链接的函数做相当多的工作,所以大部分链接器都是不积极的。
3
You use.type to tell the linker that this value should be used as a function, and you use.global to tell the linker that this symbol can be referenced outside of the current file when linking.