Searched refs:RelroPaddingSection (Results 1 – 3 of 3) sorted by relevance
72 class RelroPaddingSection; variable580 std::unique_ptr<RelroPaddingSection> relroPadding;
799 class RelroPaddingSection final : public SyntheticSection {801 RelroPaddingSection(Ctx &);
2794 RelroPaddingSection::RelroPaddingSection(Ctx &ctx) in RelroPaddingSection() function in RelroPaddingSection4930 ctx.in.relroPadding = std::make_unique<RelroPaddingSection>(ctx); in createSyntheticSections()