Searched refs:MipsOptionsSection (Results 1 – 3 of 3) sorted by relevance
990 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {995 static std::unique_ptr<MipsOptionsSection<ELFT>> create();997 MipsOptionsSection(Elf_Mips_RegInfo reginfo);
154 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo reginfo) in MipsOptionsSection() function in MipsOptionsSection160 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()171 std::unique_ptr<MipsOptionsSection<ELFT>> MipsOptionsSection<ELFT>::create() { in create()210 return std::make_unique<MipsOptionsSection<ELFT>>(reginfo); in create()3924 template class elf::MipsOptionsSection<ELF32LE>; member in elf3925 template class elf::MipsOptionsSection<ELF32BE>; member in elf3926 template class elf::MipsOptionsSection<ELF64LE>; member in elf3927 template class elf::MipsOptionsSection<ELF64BE>; member in elf
332 if ((in.mipsOptions = MipsOptionsSection<ELFT>::create())) in createSyntheticSections()