Home
last modified time | relevance | path

Searched refs:RelocSec (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp240 OutputSection *RelocSec; member in __anon341a1c240111::Writer
723 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()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp646 InputSection *RelocSec = make<InputSection>(*this, Sec, Name); in createInputSection() local
652 Target->DependentSections.push_back(RelocSec); in createInputSection()
653 return RelocSec; in createInputSection()
688 InputSection *RelocSec = make<InputSection>(*this, Sec, Name); in createInputSection() local
690 Target->DependentSections.push_back(RelocSec); in createInputSection()
691 return RelocSec; in createInputSection()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1520 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in disassembleObject() local
1521 for (const RelocationRef &Reloc : RelocSec.relocations()) { in disassembleObject()