Searched refs:getGlobalDynOffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp737 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) -
830 return in.got->getGlobalDynOffset(sym) + a;
832 return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA();
H A DSyntheticSections.h130 uint64_t getGlobalDynOffset(const Symbol &b) const;
215 uint64_t getGlobalDynOffset(const InputFile *f, const Symbol &s) const;
H A DRelocations.cpp191 uint64_t off = in.got->getGlobalDynOffset(sym);
265 uint64_t off = in.got->getGlobalDynOffset(sym);
H A DSyntheticSections.cpp640 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { function in class:GotSection
764 uint64_t MipsGotSection::getGlobalDynOffset(const InputFile *f, function in class:MipsGotSection

Completed in 80 milliseconds