Lines Matching refs:Sections
88 for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations()
89 dumpSectionMemory(Sections[i], "before relocations"); in resolveRelocations()
101 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations()
110 for (int i = 0, e = Sections.size(); i != e; ++i) in resolveRelocations()
111 dumpSectionMemory(Sections[i], "after relocations"); in resolveRelocations()
119 for (unsigned i = 0, e = Sections.size(); i != e; ++i) { in mapSectionAddress()
120 if (Sections[i].getAddress() == LocalAddress) { in mapSectionAddress()
514 unsigned SectionID = Sections.size(); in emitCommonSymbols()
520 Sections.push_back( in emitCommonSymbols()
584 unsigned SectionID = Sections.size(); in emitSection()
646 Sections.push_back( in emitSection()
784 << Sections[SectionID].getName() << "): " in reassignSectionAddress()
785 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()
787 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
795 if (Sections[RE.SectionID].getAddress() == nullptr) in resolveRelocationList()
863 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()