Home
last modified time | relevance | path

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

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