Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance
663 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection691 void MipsGotSection::addTlsIndex(InputFile &File) { in addTlsIndex()717 MipsGotSection::FileGot &MipsGotSection::getGot(InputFile &F) { in getGot()803 bool MipsGotSection::updateAllocSize() { in updateAllocSize()810 template <class ELFT> void MipsGotSection::build() { in build()997 bool MipsGotSection::empty() const { in empty()1013 void MipsGotSection::writeTo(uint8_t *Buf) { in writeTo()3180 template void MipsGotSection::build<ELF32LE>();3181 template void MipsGotSection::build<ELF32BE>();3182 template void MipsGotSection::build<ELF64LE>();[all …]
183 class MipsGotSection final : public SyntheticSection {185 MipsGotSection();1016 MipsGotSection *MipsGot;
371 In.MipsGot = make<MipsGotSection>(); in createSyntheticSections()