Home | History | Annotate | Download | only in MC

Lines Matching refs:Symbols

121   typedef std::vector<COFFSymbol*>  symbols;
132 symbols Symbols;
326 for (symbols::iterator I = Symbols.begin(), E = Symbols.end(); I != E; ++I)
333 return createCOFFEntity<COFFSymbol>(Name, Symbols);
341 = createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols);
511 // need symbols so they can be linked to code in the .text section right?
515 // For now, all non-variable symbols are exported,
668 // between the two symbols. Update FixedValue to account for the delta, and
681 // Turn relocations for temporary symbols into section relocations.
725 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++) {
729 // Update section number & offset for symbols that have them.
749 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++) {
884 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++)