Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h78 uint64_t getGotVA() const;
84 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()
H A DSymbols.cpp52 uint64_t Symbol::getGotVA() const { return in.got->getVA(gotIndex); } in getGotVA() function in Symbol
H A DUnwindInfoSection.cpp653 *i32p++ = personality->getGotVA() - in.header->addr; in writeTo()
H A DSyntheticSections.cpp722 config->emitChainedFixups ? sym->getGotVA() : sym->getLazyPtrVA(); in writeTo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp738 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()
H A DSymbols.h225 uint64_t getGotVA() const;
H A DSymbols.cpp163 uint64_t Symbol::getGotVA() const { in getGotVA() function in Symbol