Lines Matching full:relocations

82 // Resolve the relocations for all symbols we currently know about.
89 dumpSectionMemory(Sections[i], "before relocations"); in resolveRelocations()
92 // First, resolve relocations associated with external symbols. in resolveRelocations()
95 // Iterate over all outstanding relocations in resolveRelocations()
96 for (auto it = Relocations.begin(), e = Relocations.end(); it != e; ++it) { in resolveRelocations()
102 DEBUG(dbgs() << "Resolving relocations Section #" << Idx << "\t" in resolveRelocations()
106 Relocations.clear(); in resolveRelocations()
111 dumpSectionMemory(Sections[i], "after relocations"); in resolveRelocations()
225 // Parse and process relocations in loadObjectImpl()
226 DEBUG(dbgs() << "Parse relocations:\n"); in loadObjectImpl()
435 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize()
592 // since we still process relocations for it even if we're not applying them. in emitSection()
673 Relocations[SectionID].push_back(RE); in addRelocationForSection()
689 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
769 // Assign an address to a symbol name and resolve all the relocations
775 // a remote execution environment of some sort. Relocations can't in reassignSectionAddress()
794 // Ignore relocations for sections that were not loaded in resolveRelocationList()
808 DEBUG(dbgs() << "Resolving absolute relocations." in resolveExternalSymbols()
840 // manually and we shouldn't resolve its relocations. in resolveExternalSymbols()
842 DEBUG(dbgs() << "Resolving relocations Name: " << Name << "\t" in resolveExternalSymbols()