Searched refs:MipsOptionsSection (Results 1 – 3 of 3) sorted by relevance
145 MipsOptionsSection<ELFT>::MipsOptionsSection(Elf_Mips_RegInfo Reginfo) in MipsOptionsSection() function in MipsOptionsSection151 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *Buf) { in writeTo()162 MipsOptionsSection<ELFT> *MipsOptionsSection<ELFT>::create() { in create()201 return make<MipsOptionsSection<ELFT>>(Reginfo); in create()3190 template class elf::MipsOptionsSection<ELF32LE>; member in elf3191 template class elf::MipsOptionsSection<ELF32BE>; member in elf3192 template class elf::MipsOptionsSection<ELF64LE>; member in elf3193 template class elf::MipsOptionsSection<ELF64BE>; member in elf
889 template <class ELFT> class MipsOptionsSection final : public SyntheticSection {894 static MipsOptionsSection *create();896 MipsOptionsSection(Elf_Mips_RegInfo Reginfo);
327 if (auto *Sec = MipsOptionsSection<ELFT>::create()) in createSyntheticSections()