Home
last modified time | relevance | path

Searched refs:RelroPaddingSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h784 class RelroPaddingSection final : public SyntheticSection {
786 RelroPaddingSection();
1346 std::unique_ptr<RelroPaddingSection> relroPadding;
H A DSyntheticSections.cpp2696 RelroPaddingSection::RelroPaddingSection() in RelroPaddingSection() function in RelroPaddingSection
H A DWriter.cpp525 in.relroPadding = std::make_unique<RelroPaddingSection>(); in createSyntheticSections()