Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h421 bool seenDataAlign = false; variable
H A DScriptParser.cpp1010 osec->relro = ctx.script->seenDataAlign && !ctx.script->seenRelroEnd; in readOutputSectionDescription()
1551 ctx.script->seenDataAlign = true; in readPrimary()