Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp160 return in.igotPlt->getVA() + getGotPltOffset(); in getGotVA()
170 return in.igotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
171 return in.gotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
174 uint64_t Symbol::getGotPltOffset() const { in getGotPltOffset() function in Symbol
H A DSymbols.h203 uint64_t getGotPltOffset() const;
H A DRelocations.cpp891 rel.addReloc({type, &gotPlt, sym.getGotPltOffset(), in addPltEntry()