Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp191 uint64_t gotCount = MipsGOT0Num + in isGOTFull() local
195 gotCount += 1; in isGOTFull()
197 return gotCount * getEntrySize() > MipsGOTSize; in isGOTFull()