Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h574 std::unique_ptr<BssSection> bssRelRo; member
H A DRelocations.cpp373 OutputSection *osec = (isRO ? ctx.in.bssRelRo : ctx.in.bss)->getParent(); in addCopyRelSymbol()
H A DSyntheticSections.cpp4759 ctx.in.bssRelRo = std::make_unique<BssSection>( in createSyntheticSections()
4761 add(*ctx.in.bssRelRo); in createSyntheticSections()
H A DWriter.cpp2083 finalizeSynthetic(ctx, ctx.in.bssRelRo.get()); in finalizeSections()