Home
last modified time | relevance | path

Searched refs:getGlobalDynAddr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp800 return ctx.in.got->getGlobalDynAddr(*r.sym) + a; in getRelocTargetVA()
835 return getLoongArchPageDelta(ctx.in.got->getGlobalDynAddr(*r.sym) + a, p, in getRelocTargetVA()
991 return ctx.in.got->getGlobalDynAddr(*r.sym) + a - ctx.in.gotPlt->getVA(); in getRelocTargetVA()
993 return ctx.in.got->getGlobalDynAddr(*r.sym) + a - p; in getRelocTargetVA()
995 return getLoongArchPageDelta(ctx.in.got->getGlobalDynAddr(*r.sym) + a, p, in getRelocTargetVA()
H A DSyntheticSections.h122 uint64_t getGlobalDynAddr(const Symbol &b) const;
H A DSyntheticSections.cpp726 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp830 dest = ctx.in.got->getGlobalDynAddr(*rHi20.sym); in relaxPCHi20Lo12()