Searched refs:MipsOptionsSection (Results 1 – 3 of 3) sorted by relevance
1014 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {1019 static std::unique_ptr<MipsOptionsSection<ELFT>> create();1021 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()4006 template class elf::MipsOptionsSection<ELF32LE>; member in elf4007 template class elf::MipsOptionsSection<ELF32BE>; member in elf4008 template class elf::MipsOptionsSection<ELF64LE>; member in elf4009 template class elf::MipsOptionsSection<ELF64BE>; member in elf
374 if ((in.mipsOptions = MipsOptionsSection<ELFT>::create())) in createSyntheticSections()