Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.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()