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.cpp642 if (!script->seenRelroEnd) in readSections()
970 osec->relro = script->seenDataAlign && !script->seenRelroEnd; in readOutputSectionDescription()
1108 bool savedSeenRelroEnd = script->seenRelroEnd; in readAssignment()
1129 cmd->dataSegmentRelroEnd = !savedSeenRelroEnd && script->seenRelroEnd; in readAssignment()
1517 script->seenRelroEnd = true; in readPrimary()
H A DLinkerScript.h389 bool seenRelroEnd = false; variable
H A DSyntheticSections.cpp4857 script->seenRelroEnd)) { in createSyntheticSections()