Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp611 if (!script->seenRelroEnd) in readSections()
927 osec->relro = script->seenDataAlign && !script->seenRelroEnd; in readOutputSectionDescription()
1062 bool savedSeenRelroEnd = script->seenRelroEnd; in readAssignment()
1083 cmd->dataSegmentRelroEnd = !savedSeenRelroEnd && script->seenRelroEnd; in readAssignment()
1473 script->seenRelroEnd = true; in readPrimary()
H A DLinkerScript.h359 bool seenRelroEnd = false; variable
H A DWriter.cpp524 !script->hasSectionsCommand) || script->seenRelroEnd)) { in createSyntheticSections()