Searched refs:MipsRldMapSection (Results 1 – 3 of 3) sorted by relevance
67 class MipsRldMapSection; variable587 std::unique_ptr<MipsRldMapSection> mipsRldMap;
1205 class MipsRldMapSection final : public SyntheticSection {1207 MipsRldMapSection(Ctx &);
4074 MipsRldMapSection::MipsRldMapSection(Ctx &ctx) in MipsRldMapSection() function in MipsRldMapSection4766 ctx.in.mipsRldMap = std::make_unique<MipsRldMapSection>(ctx); in createSyntheticSections()