Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp165 return in.igotPlt->getVA() + getGotPltOffset(); in getGotVA()
175 return in.igotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
176 return in.gotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
179 uint64_t Symbol::getGotPltOffset() const { in getGotPltOffset() function in Symbol
H A DSymbols.h217 uint64_t getGotPltOffset() const;
H A DRelocations.cpp915 rel.addReloc({type, &gotPlt, sym.getGotPltOffset(), in addPltEntry()