Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp688 return sym.getGotVA() + a; in getRelocTargetVA()
700 return sym.getGotVA() + a - in.gotPlt->getVA(); in getRelocTargetVA()
707 return getAArch64Page(sym.getGotVA() + a) - getAArch64Page(p); in getRelocTargetVA()
710 return sym.getGotVA() + a - p; in getRelocTargetVA()
DSymbols.h196 uint64_t getGotVA() const;
DSymbols.cpp157 uint64_t Symbol::getGotVA() const { in getGotVA() function in Symbol