Home
last modified time | relevance | path

Searched refs:relocationSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h62 OutputSection *relocationSection = nullptr; variable
H A DLinkerScript.cpp741 if (out->relocationSection) { in addInputSec()
742 out->relocationSection->recordSection(sec); in addInputSec()
747 out->relocationSection = &osd->osec; in addInputSec()