释义 |
strong definition 强定义 Definition of a global symbol that is explicitly available for reference by modules linked with the module in which the definition occurs. The linker always lists a global symbol with a strong definition in the symbol portion of the map. The librarian always includes a global symbol with a strong definition in the global symbol table of a library. 一种全局符号的定义,可由与产生该定义的模块连结的若干模块所引用。连接程序总是将强定义的全局符号列在映象的符号部分。库管理程序总是将强定义的全局符号列入某一个库全局符号表中。 |