Lines Matching refs:Sections
124 for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations()
125 dumpSectionMemory(Sections[i], "before relocations"); in resolveRelocations()
137 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations()
146 for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations()
147 dumpSectionMemory(Sections[i], "after relocations"); in resolveRelocations()
155 for (unsigned i = 0, e = Sections.size(); i != e; ++i) { in mapSectionAddress()
156 if (Sections[i].getAddress() == LocalAddress) { in mapSectionAddress()
603 unsigned SectionID = Sections.size(); in emitCommonSymbols()
609 Sections.push_back( in emitCommonSymbols()
680 unsigned SectionID = Sections.size(); in emitSection()
743 Sections.push_back( in emitSection()
885 << Sections[SectionID].getName() << "): " in reassignSectionAddress()
886 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()
888 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
896 if (Sections[RE.SectionID].getAddress() == nullptr) in resolveRelocationList()
968 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()