Searched refs:RelocSec (Results 1 – 3 of 3) sorted by relevance
240 OutputSection *RelocSec; member in __anon341a1c240111::Writer723 RelocSec = CreateSection(".reloc", DATA | DISCARDABLE | R); in createSections()917 if (S == RelocSec) in removeUnusedSections()1088 if (Sec == RelocSec) in assignAddresses()1243 if (RelocSec->getVirtualSize()) { in writeHeader()1244 Dir[BASE_RELOCATION_TABLE].RelativeVirtualAddress = RelocSec->getRVA(); in writeHeader()1245 Dir[BASE_RELOCATION_TABLE].Size = RelocSec->getVirtualSize(); in writeHeader()1742 RelocSec->Chunks.clear(); in addBaserels()1766 RelocSec->addChunk(make<BaserelChunk>(Page, &V[I], &V[0] + J)); in addBaserelBlocks()1772 RelocSec->addChunk(make<BaserelChunk>(Page, &V[I], &V[0] + J)); in addBaserelBlocks()
646 InputSection *RelocSec = make<InputSection>(*this, Sec, Name); in createInputSection() local652 Target->DependentSections.push_back(RelocSec); in createInputSection()653 return RelocSec; in createInputSection()688 InputSection *RelocSec = make<InputSection>(*this, Sec, Name); in createInputSection() local690 Target->DependentSections.push_back(RelocSec); in createInputSection()691 return RelocSec; in createInputSection()
1520 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in disassembleObject() local1521 for (const RelocationRef &Reloc : RelocSec.relocations()) { in disassembleObject()