Home | History | Annotate | Download | only in COFF

Lines Matching defs:Symbols

85   std::vector<Symbol> Symbols;
86 Symbols.reserve(COFFObj.getRawNumberOfSymbols());
94 Symbols.push_back(Symbol());
95 Symbol &Sym = Symbols.back();
96 // Copy symbols from the original form into an intermediate coff_symbol32.
111 // The auxillary symbols are structs of sizeof(coff_symbol16) each.
112 // In the big object format (where symbols are coff_symbol32), each
114 // auxillary symbol to the Sym.AuxData vector. For file symbols,
115 // the whole range of aux symbols are interpreted as one null padded
153 Obj.addSymbols(Symbols);