您要查找的是不是:
- composite symbol table 组合符号表
- Specifies a symbol to be added to the symbol table. 指定要添加到符号表的符号。
- Tds Holds the external debug symbol table. 保存外部的调试符号表。
- 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" . 我们把符号表元素的“值”部分称作描述信息。
- 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. 通常,可以将一个函数或仿函数附加至符号表。
- 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选项通知链接器将指定的符号添加到符号表。
- Extract() returns the number of variables successfully imported into the symbol table. extract()返回成功导入到符号表中的变量数目。
- An object file also contains a symbol table and a patch list. These will be explained below. 目标文件还包含一个符号表和一个修补程序列表。后面将会解释说明。
- As mentioned above, the symbol table entry for index 0 (STN_UNDEF) is reserved; it holds the following. 如上所述,符号表的0索引(STN_UNDEF)是保留的,它包含了如下内容:
- Understand symbol tables and symbol table records and how to use iterators. 明白符号表及符号表记录,知道如何迭代它们。
- If, during scanning (or rescanning) an identifier is found, it is looked up in the symbol table. 如果在扫描(或重扫描)期间,发现一个标识符,则在符号表中对其进行查找。
- If the identifier is not found in the symbol table, it is not a macro and scanning continues. 如果该标识符未能在符号表中找到,则它不是一个宏,且继续扫描。
- There is a variant of the import statement that imports names from a module directly into the importing module's symbol table. 语句的一个变体直接从被导入的模块中导入命名到本模块的语义表中。