Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp23 const size_t MipsGOT0Num = 2; variable
196 uint64_t gotCount = MipsGOT0Num + m_MultipartList.back().m_LocalNum + in isGOTFull()
370 gotSize += (MipsGOT0Num + it->m_LocalNum + it->m_GlobalNum); in getGPAddr()
474 return m_MultipartList[0].m_LocalNum + MipsGOT0Num; in getLocalNum()