Searched refs:getGotVA (Results 1 – 3 of 3) sorted by relevance
688 return sym.getGotVA() + a; in getRelocTargetVA()700 return sym.getGotVA() + a - in.gotPlt->getVA(); in getRelocTargetVA()707 return getAArch64Page(sym.getGotVA() + a) - getAArch64Page(p); in getRelocTargetVA()710 return sym.getGotVA() + a - p; in getRelocTargetVA()
196 uint64_t getGotVA() const;
157 uint64_t Symbol::getGotVA() const { in getGotVA() function in Symbol