Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4687 bool hasDataRelRo = script->hasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections() local
4689 hasDataRelRo ? ".data.rel.ro.bss" : ".bss.rel.ro", 0, 1); in createSyntheticSections()