Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp678 if (!ctx.script->seenRelroEnd) in readSections()
1010 osec->relro = ctx.script->seenDataAlign && !ctx.script->seenRelroEnd; in readOutputSectionDescription()
1158 bool savedSeenRelroEnd = ctx.script->seenRelroEnd; in readAssignment()
1178 cmd->dataSegmentRelroEnd = !savedSeenRelroEnd && ctx.script->seenRelroEnd; in readAssignment()
1572 ctx.script->seenRelroEnd = true; in readPrimary()
H A DLinkerScript.h422 bool seenRelroEnd = false; variable
H A DSyntheticSections.cpp4929 ctx.script->seenRelroEnd)) { in createSyntheticSections()