Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h1489 std::unique_ptr<BssSection> bssRelRo; member
HDSyntheticSections.cpp4465 bssRelRo.reset(); in reset()
4688 in.bssRelRo = std::make_unique<BssSection>( in createSyntheticSections()
4690 add(*in.bssRelRo); in createSyntheticSections()
HDRelocations.cpp385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol()
HDWriter.cpp1968 finalizeSynthetic(in.bssRelRo.get()); in finalizeSections()