Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDInputSection.cpp672 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()
HDSymbols.h185 uint64_t getGotVA() const;
HDSymbols.cpp145 uint64_t Symbol::getGotVA() const { in getGotVA() function in lld::elf::Symbol