Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp320 in.bssRelRo = std::make_unique<BssSection>( in createSyntheticSections()
322 add(*in.bssRelRo); in createSyntheticSections()
2096 finalizeSynthetic(in.bssRelRo.get()); in finalizeSections()
H A DSyntheticSections.h1264 std::unique_ptr<BssSection> bssRelRo; member
H A DRelocations.cpp365 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol()
H A DSyntheticSections.cpp3836 bssRelRo.reset(); in reset()