Searched refs:MipsOptionsSection (Results 1 – 3 of 3) sorted by relevance
1002 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {1007 static std::unique_ptr<MipsOptionsSection<ELFT>> create();1009 MipsOptionsSection(Elf_Mips_RegInfo reginfo);
155 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo reginfo) in MipsOptionsSection() function in MipsOptionsSection161 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()172 std::unique_ptr<MipsOptionsSection<ELFT>> MipsOptionsSection<ELFT>::create() { in create()211 return std::make_unique<MipsOptionsSection<ELFT>>(reginfo); in create()3904 template class elf::MipsOptionsSection<ELF32LE>; member in elf3905 template class elf::MipsOptionsSection<ELF32BE>; member in elf3906 template class elf::MipsOptionsSection<ELF64LE>; member in elf3907 template class elf::MipsOptionsSection<ELF64BE>; member in elf
313 if ((in.mipsOptions = MipsOptionsSection<ELFT>::create())) in createSyntheticSections()