Searched refs:MipsOptionsSection (Results 1 – 2 of 2) sorted by relevance
1152 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {1157 static std::unique_ptr<MipsOptionsSection<ELFT>> create();1159 MipsOptionsSection(Elf_Mips_RegInfo reginfo);
159 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo reginfo) in MipsOptionsSection() function in MipsOptionsSection165 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()176 std::unique_ptr<MipsOptionsSection<ELFT>> MipsOptionsSection<ELFT>::create() { in create()215 return std::make_unique<MipsOptionsSection<ELFT>>(reginfo); in create()4700 if ((in.mipsOptions = MipsOptionsSection<ELFT>::create())) in createSyntheticSections()