Searched refs:getGotVA (Results 1 – 3 of 3) sorted by relevance
672 return sym.getGotVA() + a; in getRelocTargetVA()684 return sym.getGotVA() + a - in.gotPlt->getVA(); in getRelocTargetVA()691 return getAArch64Page(sym.getGotVA() + a) - getAArch64Page(p); in getRelocTargetVA()694 return sym.getGotVA() + a - p; in getRelocTargetVA()
185 uint64_t getGotVA() const;
145 uint64_t Symbol::getGotVA() const { in getGotVA() function in lld::elf::Symbol