Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp196 uint64_t gotCount = MipsGOT0Num + m_MultipartList.back().m_LocalNum + in isGOTFull() local
199 gotCount += 1; in isGOTFull()
201 return gotCount * getEntrySize() > MipsGOTSize; in isGOTFull()