Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h360 SmallVector<OutputDesc *, 0> overwriteSections; variable
H A DLinkerScript.cpp650 for (OutputDesc *osd : overwriteSections) { in processSectionCommands()
671 for (OutputDesc *osd : overwriteSections) in processSectionCommands()
H A DScriptParser.cpp569 script->overwriteSections.push_back(readOutputSectionDescription(next())); in readOverwriteSections()