Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h62 OutputSection *relocationSection = nullptr; variable
H A DLinkerScript.cpp694 if (out->relocationSection) { in addInputSec()
695 out->relocationSection->recordSection(sec); in addInputSec()
699 out->relocationSection = createSection(isec, outsecName); in addInputSec()
700 return out->relocationSection; in addInputSec()