Searched refs:SymbolTable (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | RangeExpression.py | 106 def Calculate(self, Operand, DataType, SymbolTable): argument 114 SymbolTable[rangeId] = rangeContainer 120 def Calculate(self, Operand, DataType, SymbolTable): argument 127 SymbolTable[rangeId1] = rangeContainer 132 def Calculate(self, Operand, DataType, SymbolTable): argument 139 SymbolTable[rangeId1] = rangeContainer 145 def Calculate(self, Operand, DataType, SymbolTable): argument 152 SymbolTable[rangeId1] = rangeContainer 158 def Calculate(self, Operand, DataType, SymbolTable): argument 165 SymbolTable[rangeId1] = rangeContainer [all …]
|
D | Expression.py | 219 def __init__(self, Expression, SymbolTable={}): argument 227 SymbolTable, 236 self._Symb = SymbolTable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | symtable.py | 28 return SymbolTable(table, filename) 40 class SymbolTable(object): class 48 if self.__class__ == SymbolTable: 121 class Function(SymbolTable): 159 class Class(SymbolTable):
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/ |
D | MakeDeps.c | 121 SYMBOL *SymbolTable; // for replacement strings member 906 Sym = mGlobals.SymbolTable; in ReplaceSymbols() 1270 Symbol->Next = mGlobals.SymbolTable; in ProcessArgs() 1271 mGlobals.SymbolTable = Symbol; in ProcessArgs() 1460 while (mGlobals.SymbolTable != NULL) { in FreeLists() 1461 NextSym = mGlobals.SymbolTable->Next; in FreeLists() 1462 free (mGlobals.SymbolTable->Name); in FreeLists() 1463 free (mGlobals.SymbolTable->Value); in FreeLists() 1464 mGlobals.SymbolTable = NextSym; in FreeLists()
|