Searched refs:isInStubs (Results 1 – 4 of 4) sorted by relevance
74 bool isInStubs() const { return stubsIndex != UINT32_MAX; } in isInStubs() function82 return isInStubs() ? getStubVA() : getVA(); in resolveBranchVA()
126 return isInStubs() ? getStubVA() : Symbol::getVA(); in getVA()
288 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) { in finalize()
286 if (config->entry->isInStubs()) in writeTo()