Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.h114 uint64_t getGlobalDynOffset(const Symbol &b) const;
197 uint64_t getGlobalDynOffset(const InputFile *f, const Symbol &s) const;
DInputSection.cpp703 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) - in getRelocTargetVA()
806 return in.got->getGlobalDynOffset(sym) + a; in getRelocTargetVA()
DRelocations.cpp1704 uint64_t off = got->getGlobalDynOffset(sym); in postScanRelocations()
DSyntheticSections.cpp664 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset() function in GotSection
792 uint64_t MipsGotSection::getGlobalDynOffset(const InputFile *f, in getGlobalDynOffset() function in MipsGotSection