Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h202 uint64_t getSymEntryOffset(const InputFile *F, const Symbol &S,
H A DInputSection.cpp670 return In.MipsGot->getVA() + In.MipsGot->getSymEntryOffset(File, Sym, A) - in getRelocTargetVA()
H A DSyntheticSections.cpp741 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *F, const Symbol &S, in getSymEntryOffset() function in MipsGotSection