Searched refs:getGotVA (Results 1 – 7 of 7) sorted by relevance
78 uint64_t getGotVA() const;84 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()
52 uint64_t Symbol::getGotVA() const { return in.got->getVA(gotIndex); } in getGotVA() function in Symbol
653 *i32p++ = personality->getGotVA() - in.header->addr; in writeTo()
722 config->emitChainedFixups ? sym->getGotVA() : sym->getLazyPtrVA(); in writeTo()
738 return sym.getGotVA() + a; in getRelocTargetVA()758 return sym.getGotVA() + a - in.gotPlt->getVA(); in getRelocTargetVA()765 return getAArch64Page(sym.getGotVA() + a) - getAArch64Page(p); in getRelocTargetVA()767 return sym.getGotVA() + a - getAArch64Page(in.got->getVA()); in getRelocTargetVA()770 return sym.getGotVA() + a - p; in getRelocTargetVA()778 return getLoongArchPageDelta(sym.getGotVA() + a, p, type); in getRelocTargetVA()
225 uint64_t getGotVA() const;
163 uint64_t Symbol::getGotVA() const { in getGotVA() function in Symbol