Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h63 OutputSection *relocationSection = nullptr; variable
H A DLinkerScript.cpp748 if (out->relocationSection) { in addInputSec()
749 out->relocationSection->recordSection(sec); in addInputSec()
754 out->relocationSection = &osd->osec; in addInputSec()