Lines Matching refs:Relocations
36 // Resolve the relocations for all symbols we currently know about.
38 // First, resolve relocations associated with external symbols.
41 // Just iterate over the sections we have and resolve all the relocations
45 DEBUG(dbgs() << "Resolving relocations Section #" << i
48 resolveRelocationList(Relocations[i], Addr);
142 // Parse and process relocations
143 DEBUG(dbgs() << "Parse relocations:\n");
337 Relocations[SectionID].push_back(RE);
353 Relocations[Loc->second.first].push_back(RECopy);
428 // Assign an address to a symbol name and resolve all the relocations
434 // a remote execution environment of some sort. Relocations can't
449 // Ignore relocations for sections that were not loaded
466 DEBUG(dbgs() << "Resolving absolute relocations." << "\n");
473 DEBUG(dbgs() << "Resolving relocations Name: " << Name