Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp106 uint32_t gotpltAddr = m_GOTPLT.addr(); in applyPLT0() local
109 int32_t result = ((gotpltAddr - pltBase) >> 6); in applyPLT0()
113 result = (gotpltAddr - pltBase); in applyPLT0()