Home | History | Annotate | Download | only in MC

Lines Matching refs:Symbols

125   typedef std::vector<COFFSymbol*>  symbols;
136 symbols Symbols;
328 for (symbols::iterator I = Symbols.begin(), E = Symbols.end(); I != E; ++I)
335 return createCOFFEntity<COFFSymbol>(Name, Symbols);
343 = createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols);
515 // need symbols so they can be linked to code in the .text section right?
519 // For now, all non-variable symbols are exported,
669 // between the two symbols. Update FixedValue to account for the delta, and
682 // Turn relocations for temporary symbols into section relocations.
726 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++) {
730 // Update section number & offset for symbols that have them.
750 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++) {
885 for (symbols::iterator i = Symbols.begin(), e = Symbols.end(); i != e; i++)