Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1489 std::unique_ptr<BssSection> bssRelRo; member
H A DSyntheticSections.cpp4465 bssRelRo.reset(); in reset()
4688 in.bssRelRo = std::make_unique<BssSection>( in createSyntheticSections()
4690 add(*in.bssRelRo); in createSyntheticSections()
H A DRelocations.cpp385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol()
H A DWriter.cpp1964 finalizeSynthetic(in.bssRelRo.get()); in finalizeSections()