Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h127 uint32_t mipsGotIndex = -1; variable
H A DSyntheticSections.cpp835 if (f.mipsGotIndex == uint32_t(-1)) { in getGot()
838 f.mipsGotIndex = gots.size() - 1; in getGot()
840 return gots[f.mipsGotIndex]; in getGot()
846 const FileGot &g = gots[f->mipsGotIndex]; in getPageEntryOffset()
861 const FileGot &g = gots[f->mipsGotIndex]; in getSymEntryOffset()
871 const FileGot &g = gots[f->mipsGotIndex]; in getTlsIndexOffset()
877 const FileGot &g = gots[f->mipsGotIndex]; in getGlobalDynOffset()
992 file->mipsGotIndex = 0; in build()
1004 file->mipsGotIndex = mergedGots.size() - 1; in build()
1141 if (!f || f->mipsGotIndex == uint32_t(-1) || f->mipsGotIndex == 0) in getGp()
[all …]