Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h793 class RelroPaddingSection final : public SyntheticSection {
795 RelroPaddingSection();
1493 std::unique_ptr<RelroPaddingSection> relroPadding;
H A DSyntheticSections.cpp2717 RelroPaddingSection::RelroPaddingSection() in RelroPaddingSection() function in RelroPaddingSection
4858 in.relroPadding = std::make_unique<RelroPaddingSection>(); in createSyntheticSections()