Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/
H A DWriter.cpp304 bool HasDataRelRo = Script->HasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections() local
306 make<BssSection>(HasDataRelRo ? ".data.rel.ro.bss" : ".bss.rel.ro", 0, 1); in createSyntheticSections()
/dports/devel/llvm80/llvm-8.0.1.src/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()