您要查找的是不是:
- merged global symbol table 归并全程符号表
- The symbol table contains the global symbols defined in the file being compiled, as well as the external symbols referenced in the file that the linker needs to resolve. 符号表包含定义在被编译文件中的全局符号以及在此文件中被引用的外部符号,这些外部符号要由链接器解析。
- global symbol table 全局符号表
- Specifies a symbol to be added to the symbol table. 指定要添加到符号表的符号。
- Tds Holds the external debug symbol table. 保存外部的调试符号表。
- The definition of a global symbol that is not explicitly available for reference by modules linked with the module in which the definition occurs. 一种全局符号定义,它不能被与定义该全局符号的模块相链接的其它模块直接引用。
- Each entry in a symbol table has an associated mutable data slot. 符号表中的每一项都有一个相关联的可变数据插槽。
- Imagine a fragment of a compiler that manipulates a symbol table. 在存储空间很宝贵的情况下,有可能需要将多个对象保存在一个机器字中。
- We use the term descriptor, for the "value part of the symbol table element" . 我们把符号表元素的“值”部分称作描述信息。
- Like Budapest in 1956 and Prague in 1968, it has become a global symbol of totalitarian repression. 就像1956年的布达佩斯和1968年的布拉格,它变成了集权镇压的全球象征。
- We use the term descriptor for the "value part of the symbol table element". 我们把符号表元素的“值”部分称作描述信息。
- Ranlib'This should be a program to construct a symbol table in an archive file. 这个是构建目标机符号表的程序。
- A function or functor, as usual, may be attached to the symbol table. 通常,可以将一个函数或仿函数附加至符号表。
- ELF object files can contain more information about a global symbol than just its address: they can contain the size of the symbol and its type as well. ELF目标文件可以包含关于一个全局标志符的更多信息,不仅仅是其地址:他可以包含标志符的尺寸以及它的类型。
- Remove local absolute symbols from the outgoing symbol table. 从输出符号表中移除局部绝对符号。
- If the prefixed result is not a valid variable name, it is not imported into the symbol table. 如果附加了前缀后的结果不是合法的变量名,将不会导入到符号表中。
- This function is used to import variables from an array into the current symbol table. 本函数用来将变量从数组中导入到当前的符号表中。
- The INCLUDE option tells the linker to add a specified symbol to the symbol table. INCLUDE选项通知链接器将指定的符号添加到符号表。
- A library is a collection of object files that are indexed by the global symbols they define. 库是多个目标文件的压缩包,包含了所有目标文件定义的全局符号的索引。
- Extract() returns the number of variables successfully imported into the symbol table. extract()返回成功导入到符号表中的变量数目。