Home
last modified time | relevance | path

Searched refs:mipsGotIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp766 if (!f.mipsGotIndex.hasValue()) { in getGot()
769 f.mipsGotIndex = gots.size() - 1; in getGot()
771 return gots[*f.mipsGotIndex]; in getGot()
777 const FileGot &g = gots[*f->mipsGotIndex]; in getPageEntryOffset()
791 const FileGot &g = gots[*f->mipsGotIndex]; in getSymEntryOffset()
801 const FileGot &g = gots[*f->mipsGotIndex]; in getTlsIndexOffset()
807 const FileGot &g = gots[*f->mipsGotIndex]; in getGlobalDynOffset()
922 file->mipsGotIndex = 0; in build()
934 file->mipsGotIndex = mergedGots.size() - 1; in build()
1055 if (!f || !f->mipsGotIndex.hasValue() || *f->mipsGotIndex == 0) in getGp()
[all …]
DInputFiles.h142 llvm::Optional<size_t> mipsGotIndex; variable