Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.h62 OutputSection *relocationSection = nullptr; variable
DLinkerScript.cpp665 if (out->relocationSection) { in addInputSec()
666 out->relocationSection->recordSection(sec); in addInputSec()
670 out->relocationSection = createSection(isec, outsecName); in addInputSec()
671 return out->relocationSection; in addInputSec()