Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp314 bool HasDataRelRo = Script->HasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections() local
316 make<BssSection>(HasDataRelRo ? ".data.rel.ro.bss" : ".bss.rel.ro", 0, 1); in createSyntheticSections()