Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h343 bool errorOnMissingSection = false; variable
H A DLinkerScript.cpp1323 errorOnMissingSection = true; in assignAddresses()
1406 if (!errorOnMissingSection) in getSymbolValue()
H A DScriptParser.cpp1340 if (osec.location.empty() && script->errorOnMissingSection) in checkIfExists()