Home
last modified time | relevance | path

Searched refs:MipsGotSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp663 MipsGotSection::MipsGotSection() in MipsGotSection() function in MipsGotSection
691 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 …]
H A DSyntheticSections.h183 class MipsGotSection final : public SyntheticSection {
185 MipsGotSection();
1016 MipsGotSection *MipsGot;
H A DWriter.cpp371 In.MipsGot = make<MipsGotSection>(); in createSyntheticSections()